#1D0E16

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

Shades of Blackberry #1D0E16

Tints of Blackberry #1D0E16

Color information

#1D0E16 (or 0x1D0E16) is unknown color: approx Blackberry. HEX triplet: 1D, 0E and 16. RGB value is (29,14,22). Sum of RGB (Red+Green+Blue) = 29+14+22=65 (8% of max value = 765). Red value is 29 (11.72% from 255 or 44.62% from 65); Green value is 14 (5.86% from 255 or 21.54% from 65); Blue value is 22 (8.98% from 255 or 33.85% from 65); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0E16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0E16 is #E2F1E9. Grayscale: #131313. Windows color (decimal): -14873066 or 1445405. OLE color: 1445405.

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

Color convert

RGB291422-
CMYK00.520.240.89
HSL328º34.88%8.43%-
HSV(B)328º51.72%11.37%-
XYZ0.810.630.84-
YUV19.4129.47134.85-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 44.62%
GREEN value IS 14 (5.86% from 255) = 21.54%
BLUE value IS 22 (8.98% from 255) = 33.85%
R=44.62%
G=21.54%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29142200.520.240.8932834.888.43
Hex1DE160341859148238
Octal351626064301315104310
Binary1110111101011001101001100010110011010010001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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