#1D1117

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

Shades of Blackberry #1D1117

Tints of Blackberry #1D1117

Color information

#1D1117 (or 0x1D1117) is unknown color: approx Blackberry. HEX triplet: 1D, 11 and 17. RGB value is (29,17,23). Sum of RGB (Red+Green+Blue) = 29+17+23=69 (9% of max value = 765). Red value is 29 (11.72% from 255 or 42.03% from 69); Green value is 17 (7.03% from 255 or 24.64% from 69); Blue value is 23 (9.38% from 255 or 33.33% from 69); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1117 is #E2EEE8. Grayscale: #151515. Windows color (decimal): -14872297 or 1511709. OLE color: 1511709.

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

Color convert

RGB291723-
CMYK00.410.210.89
HSL330º26.09%9.02%-
HSV(B)330º41.38%11.37%-
XYZ0.860.720.9-
YUV21.27128.98133.51-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 42.03%
GREEN value IS 17 (7.03% from 255) = 24.64%
BLUE value IS 23 (9.38% from 255) = 33.33%
R=42.03%
G=24.64%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29172300.410.210.8933026.099.02
Hex1D1117029155914a1a9
Octal352127051251315123211
Binary1110110001101110101001101011011001101001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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