#32001B

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

Shades of Blackberry #32001B

Tints of Blackberry #32001B

Color information

#32001B (or 0x32001B) is unknown color: approx Blackberry. HEX triplet: 32, 00 and 1B. RGB value is (50,0,27). Sum of RGB (Red+Green+Blue) = 50+0+27=77 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.94% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 27 (10.94% from 255 or 35.06% from 77); Max value from RGB is 50 - color contains mainly: red. Hex color #32001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32001B is #CDFFE4. Grayscale: #111111. Windows color (decimal): -13500389 or 1769522. OLE color: 1769522.

HSL color Cylindrical-coordinate representation of color #32001B: hue angle of 327.6º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #32001B is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB50027-
CMYK010.460.80
HSL327.6º100%9.8%-
HSV(B)327.6º100%19.61%-
XYZ1.510.761.1-
YUV18.03133.06150.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 64.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 27 (10.94% from 255) = 35.06%
R=64.94%
G=0%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50027010.460.80327.61009.8
Hex3201B0642E5014864a
Octal6203301445612051014412
Binary11001001101101100100101110101000010100100011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32001B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,0,27); }

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

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

 a { background-color: rgb(50,0,27); }

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

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

 span { border-color: rgb(50,0,27); }

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