#1D0814

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

Shades of Blackberry #1D0814

Tints of Blackberry #1D0814

Color information

#1D0814 (or 0x1D0814) is unknown color: approx Blackberry. HEX triplet: 1D, 08 and 14. RGB value is (29,8,20). Sum of RGB (Red+Green+Blue) = 29+8+20=57 (7% of max value = 765). Red value is 29 (11.72% from 255 or 50.88% from 57); Green value is 8 (3.52% from 255 or 14.04% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0814 is #E2F7EB. Grayscale: #0F0F0F. Windows color (decimal): -14874604 or 1312797. OLE color: 1312797.

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

Color convert

RGB29820-
CMYK00.720.310.89
HSL325.71º56.76%7.25%-
HSV(B)325.71º72.41%11.37%-
XYZ0.720.490.72-
YUV15.65130.46137.52-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 50.88%
GREEN value IS 8 (3.52% from 255) = 14.04%
BLUE value IS 20 (8.20% from 255) = 35.09%
R=50.88%
G=14.04%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2982000.720.310.89325.7156.767.25
Hex1D8140481F59146397
Octal351024011037131506717
Binary1110110001010001001000111111011001101000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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