#1D0210

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

Shades of Blackberry #1D0210

Tints of Blackberry #1D0210

Color information

#1D0210 (or 0x1D0210) is unknown color: approx Blackberry. HEX triplet: 1D, 02 and 10. RGB value is (29,2,16). Sum of RGB (Red+Green+Blue) = 29+2+16=47 (6% of max value = 765). Red value is 29 (11.72% from 255 or 61.70% from 47); Green value is 2 (1.17% from 255 or 4.26% from 47); Blue value is 16 (6.64% from 255 or 34.04% from 47); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0210 is #E2FDEF. Grayscale: #0B0B0B. Windows color (decimal): -14876144 or 1049117. OLE color: 1049117.

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

Color convert

RGB29216-
CMYK00.930.450.89
HSL328.89º87.1%6.08%-
HSV(B)328.89º93.1%11.37%-
XYZ0.620.340.52-
YUV11.67130.45140.36-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 61.70%
GREEN value IS 2 (1.17% from 255) = 4.26%
BLUE value IS 16 (6.64% from 255) = 34.04%
R=61.70%
G=4.26%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2921600.930.450.89328.8987.16.08
Hex1D21005D2D59149576
Octal352200135551315111276
Binary1110110100000101110110110110110011010010011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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