#1D0211

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

Shades of Blackberry #1D0211

Tints of Blackberry #1D0211

Color information

#1D0211 (or 0x1D0211) is unknown color: approx Blackberry. HEX triplet: 1D, 02 and 11. RGB value is (29,2,17). Sum of RGB (Red+Green+Blue) = 29+2+17=48 (6% of max value = 765). Red value is 29 (11.72% from 255 or 60.42% from 48); Green value is 2 (1.17% from 255 or 4.17% from 48); Blue value is 17 (7.03% from 255 or 35.42% from 48); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0211 is #E2FDEE. Grayscale: #0B0B0B. Windows color (decimal): -14876143 or 1114653. OLE color: 1114653.

HSL color Cylindrical-coordinate representation of color #1D0211: hue angle of 326.67º 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 #1D0211 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.89.

Color convert

RGB29217-
CMYK00.930.410.89
HSL326.67º87.1%6.08%-
HSV(B)326.67º93.1%11.37%-
XYZ0.630.350.56-
YUV11.78130.95140.28-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 60.42%
GREEN value IS 2 (1.17% from 255) = 4.17%
BLUE value IS 17 (7.03% from 255) = 35.42%
R=60.42%
G=4.17%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.41
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2921700.930.410.89326.6787.16.08
Hex1D21105D2959147576
Octal352210135511315071276
Binary1110110100010101110110100110110011010001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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