#1D0612

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

Shades of Blackberry #1D0612

Tints of Blackberry #1D0612

Color information

#1D0612 (or 0x1D0612) is unknown color: approx Blackberry. HEX triplet: 1D, 06 and 12. RGB value is (29,6,18). Sum of RGB (Red+Green+Blue) = 29+6+18=53 (7% of max value = 765). Red value is 29 (11.72% from 255 or 54.72% from 53); Green value is 6 (2.73% from 255 or 11.32% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0612 is #E2F9ED. Grayscale: #0E0E0E. Windows color (decimal): -14875118 or 1181213. OLE color: 1181213.

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

Color convert

RGB29618-
CMYK00.790.380.89
HSL328.7º65.71%6.86%-
HSV(B)328.7º79.31%11.37%-
XYZ0.680.440.62-
YUV14.24130.12138.52-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 54.72%
GREEN value IS 6 (2.73% from 255) = 11.32%
BLUE value IS 18 (7.42% from 255) = 33.96%
R=54.72%
G=11.32%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.38
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2961800.790.380.89328.765.716.86
Hex1D61204F2659149427
Octal356220117461315111027
Binary11101110100100100111110011010110011010010011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,6,18); }

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

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

 a { background-color: rgb(29,6,18); }

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

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

 span { border-color: rgb(29,6,18); }

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