#1D0112

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

Shades of Blackberry #1D0112

Tints of Blackberry #1D0112

Color information

#1D0112 (or 0x1D0112) is unknown color: approx Blackberry. HEX triplet: 1D, 01 and 12. RGB value is (29,1,18). Sum of RGB (Red+Green+Blue) = 29+1+18=48 (6% of max value = 765). Red value is 29 (11.72% from 255 or 60.42% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0112 is #E2FEED. Grayscale: #0B0B0B. Windows color (decimal): -14876398 or 1179933. OLE color: 1179933.

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

Color convert

RGB29118-
CMYK00.970.380.89
HSL323.57º93.33%5.88%-
HSV(B)323.57º96.55%11.37%-
XYZ0.630.330.6-
YUV11.31131.78140.62-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 60.42%
GREEN value IS 1 (0.78% from 255) = 2.08%
BLUE value IS 18 (7.42% from 255) = 37.5%
R=60.42%
G=2.08%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.38
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2911800.970.380.89323.5793.335.88
Hex1D11206126591445d6
Octal351220141461315041356
Binary111011100100110000110011010110011010001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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