#1D0915

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

Shades of Blackberry #1D0915

Tints of Blackberry #1D0915

Color information

#1D0915 (or 0x1D0915) is unknown color: approx Blackberry. HEX triplet: 1D, 09 and 15. RGB value is (29,9,21). Sum of RGB (Red+Green+Blue) = 29+9+21=59 (7% of max value = 765). Red value is 29 (11.72% from 255 or 49.15% from 59); Green value is 9 (3.91% from 255 or 15.25% from 59); Blue value is 21 (8.59% from 255 or 35.59% from 59); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0915 is #E2F6EA. Grayscale: #101010. Windows color (decimal): -14874347 or 1378589. OLE color: 1378589.

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

Color convert

RGB29921-
CMYK00.690.280.89
HSL324º52.63%7.45%-
HSV(B)324º68.97%11.37%-
XYZ0.740.510.77-
YUV16.35130.63137.02-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 49.15%
GREEN value IS 9 (3.91% from 255) = 15.25%
BLUE value IS 21 (8.59% from 255) = 35.59%
R=49.15%
G=15.25%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2992100.690.280.8932452.637.45
Hex1D9150451C59144357
Octal351125010534131504657
Binary1110110011010101000101111001011001101000100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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