#1D0712

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

Shades of Blackberry #1D0712

Tints of Blackberry #1D0712

Color information

#1D0712 (or 0x1D0712) is unknown color: approx Blackberry. HEX triplet: 1D, 07 and 12. RGB value is (29,7,18). Sum of RGB (Red+Green+Blue) = 29+7+18=54 (7% of max value = 765). Red value is 29 (11.72% from 255 or 53.70% from 54); Green value is 7 (3.12% from 255 or 12.96% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0712 is #E2F8ED. Grayscale: #0E0E0E. Windows color (decimal): -14874862 or 1181469. OLE color: 1181469.

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

Color convert

RGB29718-
CMYK00.760.380.89
HSL330º61.11%7.06%-
HSV(B)330º75.86%11.37%-
XYZ0.690.460.62-
YUV14.83129.79138.11-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 53.70%
GREEN value IS 7 (3.12% from 255) = 12.96%
BLUE value IS 18 (7.42% from 255) = 33.33%
R=53.70%
G=12.96%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.38
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2971800.760.380.8933061.117.06
Hex1D71204C265914a3d7
Octal35722011446131512757
Binary1110111110010010011001001101011001101001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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