#32001A

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

Shades of Blackberry #32001A

Tints of Blackberry #32001A

Color information

#32001A (or 0x32001A) is unknown color: approx Blackberry. HEX triplet: 32, 00 and 1A. RGB value is (50,0,26). Sum of RGB (Red+Green+Blue) = 50+0+26=76 (10% of max value = 765). Red value is 50 (19.92% from 255 or 65.79% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 26 (10.55% from 255 or 34.21% from 76); Max value from RGB is 50 - color contains mainly: red. Hex color #32001A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32001A is #CDFFE5. Grayscale: #111111. Windows color (decimal): -13500390 or 1703986. OLE color: 1703986.

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

Color convert

RGB50026-
CMYK010.480.80
HSL328.8º100%9.8%-
HSV(B)328.8º100%19.61%-
XYZ1.50.751.04-
YUV17.91132.56150.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 65.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 34.21%
R=65.79%
G=0%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50026010.480.80328.81009.8
Hex3201A064305014964a
Octal6203201446012051114412
Binary11001001101001100100110000101000010100100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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