#1D0B15

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

Shades of Blackberry #1D0B15

Tints of Blackberry #1D0B15

Color information

#1D0B15 (or 0x1D0B15) is unknown color: approx Blackberry. HEX triplet: 1D, 0B and 15. RGB value is (29,11,21). Sum of RGB (Red+Green+Blue) = 29+11+21=61 (8% of max value = 765). Red value is 29 (11.72% from 255 or 47.54% from 61); Green value is 11 (4.69% from 255 or 18.03% from 61); Blue value is 21 (8.59% from 255 or 34.43% from 61); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0B15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0B15 is #E2F4EA. Grayscale: #111111. Windows color (decimal): -14873835 or 1379101. OLE color: 1379101.

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

Color convert

RGB291121-
CMYK00.620.280.89
HSL326.67º45%7.84%-
HSV(B)326.67º62.07%11.37%-
XYZ0.760.550.78-
YUV17.52129.96136.19-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 47.54%
GREEN value IS 11 (4.69% from 255) = 18.03%
BLUE value IS 21 (8.59% from 255) = 34.43%
R=47.54%
G=18.03%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29112100.620.280.89326.67457.84
Hex1DB1503E1C591472d8
Octal351325076341315075510
Binary1110110111010101111101110010110011010001111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,11,21); }

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

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

 a { background-color: rgb(29,11,21); }

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

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

 span { border-color: rgb(29,11,21); }

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