#1D0212

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

Shades of Blackberry #1D0212

Tints of Blackberry #1D0212

Color information

#1D0212 (or 0x1D0212) is unknown color: approx Blackberry. HEX triplet: 1D, 02 and 12. RGB value is (29,2,18). Sum of RGB (Red+Green+Blue) = 29+2+18=49 (6% of max value = 765). Red value is 29 (11.72% from 255 or 59.18% from 49); Green value is 2 (1.17% from 255 or 4.08% from 49); Blue value is 18 (7.42% from 255 or 36.73% from 49); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0212 is #E2FDED. Grayscale: #0B0B0B. Windows color (decimal): -14876142 or 1180189. OLE color: 1180189.

HSL color Cylindrical-coordinate representation of color #1D0212: hue angle of 324.44º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D0212 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.89.

Color convert

RGB29218-
CMYK00.930.380.89
HSL324.44º87.1%6.08%-
HSV(B)324.44º93.1%11.37%-
XYZ0.640.350.61-
YUV11.9131.45140.2-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 59.18%
GREEN value IS 2 (1.17% from 255) = 4.08%
BLUE value IS 18 (7.42% from 255) = 36.73%
R=59.18%
G=4.08%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.38
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2921800.930.380.89324.4487.16.08
Hex1D21205D2659144576
Octal352220135461315041276
Binary1110110100100101110110011010110011010001001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D0212; }

 p { color: rgb(29,2,18); }

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

<style>
 a { background-color: #1D0212; }

 a { background-color: rgb(29,2,18); }

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

<style>
 span { border-color: #1D0212; }

 span { border-color: rgb(29,2,18); }

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