#1D0B14

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

Shades of Blackberry #1D0B14

Tints of Blackberry #1D0B14

Color information

#1D0B14 (or 0x1D0B14) is unknown color: approx Blackberry. HEX triplet: 1D, 0B and 14. RGB value is (29,11,20). Sum of RGB (Red+Green+Blue) = 29+11+20=60 (7% of max value = 765). Red value is 29 (11.72% from 255 or 48.33% from 60); Green value is 11 (4.69% from 255 or 18.33% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0B14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0B14 is #E2F4EB. Grayscale: #111111. Windows color (decimal): -14873836 or 1313565. OLE color: 1313565.

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

Color convert

RGB291120-
CMYK00.620.310.89
HSL330º45%7.84%-
HSV(B)330º62.07%11.37%-
XYZ0.750.550.73-
YUV17.41129.46136.27-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 48.33%
GREEN value IS 11 (4.69% from 255) = 18.33%
BLUE value IS 20 (8.20% from 255) = 33.33%
R=48.33%
G=18.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29112000.620.310.89330457.84
Hex1DB1403E1F5914a2d8
Octal351324076371315125510
Binary1110110111010001111101111110110011010010101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,11,20); }

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

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

 a { background-color: rgb(29,11,20); }

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

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

 span { border-color: rgb(29,11,20); }

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