#1D0C16

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

Shades of Blackberry #1D0C16

Tints of Blackberry #1D0C16

Color information

#1D0C16 (or 0x1D0C16) is unknown color: approx Blackberry. HEX triplet: 1D, 0C and 16. RGB value is (29,12,22). Sum of RGB (Red+Green+Blue) = 29+12+22=63 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.03% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 22 (8.98% from 255 or 34.92% from 63); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0C16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0C16 is #E2F3E9. Grayscale: #121212. Windows color (decimal): -14873578 or 1444893. OLE color: 1444893.

HSL color Cylindrical-coordinate representation of color #1D0C16: hue angle of 324.71º degrees, saturation: 0.41, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D0C16 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.89.

Color convert

RGB291222-
CMYK00.590.240.89
HSL324.71º41.46%8.04%-
HSV(B)324.71º58.62%11.37%-
XYZ0.780.580.83-
YUV18.22130.13135.69-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 46.03%
GREEN value IS 12 (5.08% from 255) = 19.05%
BLUE value IS 22 (8.98% from 255) = 34.92%
R=46.03%
G=19.05%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29122200.590.240.89324.7141.468.04
Hex1DC1603B1859145298
Octal351426073301315055110
Binary1110111001011001110111100010110011010001011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,12,22); }

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

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

 a { background-color: rgb(29,12,22); }

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

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

 span { border-color: rgb(29,12,22); }

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