#1D1017

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

Shades of Blackberry #1D1017

Tints of Blackberry #1D1017

Color information

#1D1017 (or 0x1D1017) is unknown color: approx Blackberry. HEX triplet: 1D, 10 and 17. RGB value is (29,16,23). Sum of RGB (Red+Green+Blue) = 29+16+23=68 (9% of max value = 765). Red value is 29 (11.72% from 255 or 42.65% from 68); Green value is 16 (6.64% from 255 or 23.53% from 68); Blue value is 23 (9.38% from 255 or 33.82% from 68); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1017 is #E2EFE8. Grayscale: #141414. Windows color (decimal): -14872553 or 1511453. OLE color: 1511453.

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

Color convert

RGB291623-
CMYK00.450.210.89
HSL327.69º28.89%8.82%-
HSV(B)327.69º44.83%11.37%-
XYZ0.850.690.9-
YUV20.68129.31133.93-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 42.65%
GREEN value IS 16 (6.64% from 255) = 23.53%
BLUE value IS 23 (9.38% from 255) = 33.82%
R=42.65%
G=23.53%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29162300.450.210.89327.6928.898.82
Hex1D101702D15591481d9
Octal352027055251315103511
Binary1110110000101110101101101011011001101001000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,16,23); }

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

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

 a { background-color: rgb(29,16,23); }

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

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

 span { border-color: rgb(29,16,23); }

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