#1D1318

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

Shades of Blackberry #1D1318

Tints of Blackberry #1D1318

Color information

#1D1318 (or 0x1D1318) is unknown color: approx Blackberry. HEX triplet: 1D, 13 and 18. RGB value is (29,19,24). Sum of RGB (Red+Green+Blue) = 29+19+24=72 (9% of max value = 765). Red value is 29 (11.72% from 255 or 40.28% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 24 (9.77% from 255 or 33.33% from 72); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1318 is #E2ECE7. Grayscale: #161616. Windows color (decimal): -14871784 or 1577757. OLE color: 1577757.

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

Color convert

RGB291924-
CMYK00.340.170.89
HSL330º20.83%9.41%-
HSV(B)330º34.48%11.37%-
XYZ0.90.790.97-
YUV22.56128.81132.59-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 40.28%
GREEN value IS 19 (7.81% from 255) = 26.39%
BLUE value IS 24 (9.77% from 255) = 33.33%
R=40.28%
G=26.39%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29192400.340.170.8933020.839.41
Hex1D1318022115914a159
Octal352330042211315122511
Binary1110110011110000100010100011011001101001010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,19,24); }

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

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

 a { background-color: rgb(29,19,24); }

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

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

 span { border-color: rgb(29,19,24); }

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