#1D0A14

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

Shades of Blackberry #1D0A14

Tints of Blackberry #1D0A14

Color information

#1D0A14 (or 0x1D0A14) is unknown color: approx Blackberry. HEX triplet: 1D, 0A and 14. RGB value is (29,10,20). Sum of RGB (Red+Green+Blue) = 29+10+20=59 (7% of max value = 765). Red value is 29 (11.72% from 255 or 49.15% from 59); Green value is 10 (4.30% from 255 or 16.95% from 59); Blue value is 20 (8.20% from 255 or 33.90% from 59); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0A14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0A14 is #E2F5EB. Grayscale: #101010. Windows color (decimal): -14874092 or 1313309. OLE color: 1313309.

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

Color convert

RGB291020-
CMYK00.660.310.89
HSL328.42º48.72%7.65%-
HSV(B)328.42º65.52%11.37%-
XYZ0.740.530.72-
YUV16.82129.79136.69-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 49.15%
GREEN value IS 10 (4.30% from 255) = 16.95%
BLUE value IS 20 (8.20% from 255) = 33.90%
R=49.15%
G=16.95%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.31
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29102000.660.310.89328.4248.727.65
Hex1DA140421F59148318
Octal3512240102371315106110
Binary11101101010100010000101111110110011010010001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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