#1D0914

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

Shades of Blackberry #1D0914

Tints of Blackberry #1D0914

Color information

#1D0914 (or 0x1D0914) is unknown color: approx Blackberry. HEX triplet: 1D, 09 and 14. RGB value is (29,9,20). Sum of RGB (Red+Green+Blue) = 29+9+20=58 (7% of max value = 765). Red value is 29 (11.72% from 255 or 50% from 58); Green value is 9 (3.91% from 255 or 15.52% from 58); Blue value is 20 (8.20% from 255 or 34.48% from 58); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0914 is #E2F6EB. Grayscale: #101010. Windows color (decimal): -14874348 or 1313053. OLE color: 1313053.

HSL color Cylindrical-coordinate representation of color #1D0914: hue angle of 327º 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 #1D0914 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.89.

Color convert

RGB29920-
CMYK00.690.310.89
HSL327º52.63%7.45%-
HSV(B)327º68.97%11.37%-
XYZ0.730.510.72-
YUV16.23130.13137.11-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 15.52%
BLUE value IS 20 (8.20% from 255) = 34.48%
R=50%
G=15.52%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2992000.690.310.8932752.637.45
Hex1D9140451F59147357
Octal351124010537131507657
Binary1110110011010001000101111111011001101000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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