#32001E

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

Shades of Blackberry #32001E

Tints of Blackberry #32001E

Color information

#32001E (or 0x32001E) is unknown color: approx Blackberry. HEX triplet: 32, 00 and 1E. RGB value is (50,0,30). Sum of RGB (Red+Green+Blue) = 50+0+30=80 (10% of max value = 765). Red value is 50 (19.92% from 255 or 62.5% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 50 - color contains mainly: red. Hex color #32001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32001E is #CDFFE1. Grayscale: #121212. Windows color (decimal): -13500386 or 1966130. OLE color: 1966130.

HSL color Cylindrical-coordinate representation of color #32001E: hue angle of 324º 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 #32001E is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB50030-
CMYK010.400.80
HSL324º100%9.8%-
HSV(B)324º100%19.61%-
XYZ1.550.771.3-
YUV18.37134.56150.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 62.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 37.5%
R=62.5%
G=0%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50030010.400.803241009.8
Hex3201E064285014464a
Octal6203601445012050414412
Binary11001001111001100100101000101000010100010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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