#53132B

Color #53132B Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #53132B

Tints of Blackberry #53132B

Color information

#53132B (or 0x53132B) is unknown color: approx Blackberry. HEX triplet: 53, 13 and 2B. RGB value is (83,19,43). Sum of RGB (Red+Green+Blue) = 83+19+43=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #53132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53132B is #ACECD4. Grayscale: #282828. Windows color (decimal): -11332821 or 2822995. OLE color: 2822995.

HSL color Cylindrical-coordinate representation of color #53132B: hue angle of 337.5º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53132B is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB831943-
CMYK00.770.480.67
HSL337.5º62.75%20%-
HSV(B)337.5º77.11%32.55%-
XYZ4.242.482.54-
YUV40.87129.2158.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 57.24%
GREEN value IS 19 (7.81% from 255) = 13.10%
BLUE value IS 43 (17.19% from 255) = 29.66%
R=57.24%
G=13.10%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83194300.770.480.67337.562.7520
Hex53132B04D30431523f14
Octal12323530115601035227724
Binary10100111001110101101001101110000100001110101001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53132B; }

 p { color: rgb(83,19,43); }

 H1.HeaderClassName
 {
   color: #53132B;
 }
 .AnyTagClassName
 {
   color: #53132B;
 }
</style>
background-color css

<style>
 a { background-color: #53132B; }

 a { background-color: rgb(83,19,43); }

 div.DivClassName
 {
   background-color: #53132B;
 }
 .BgClassName
 {
   background-color: #53132B;
 }
</style>
border-color css

<style>
 span { border-color: #53132B; }

 span { border-color: rgb(83,19,43); }

 td.TdClassName
 {
   border-color: #53132B;
 }
 .TagClassName
 {
   border-color: #53132B;
 }
</style>