#1D1A17

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

Shades of Bokara Grey #1D1A17

Tints of Bokara Grey #1D1A17

Color information

#1D1A17 (or 0x1D1A17) is unknown color: approx Bokara Grey. HEX triplet: 1D, 1A and 17. RGB value is (29,26,23). Sum of RGB (Red+Green+Blue) = 29+26+23=78 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.18% from 78); Green value is 26 (10.55% from 255 or 33.33% from 78); Blue value is 23 (9.38% from 255 or 29.49% from 78); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1A17 is #E2E5E8. Grayscale: #1A1A1A. Windows color (decimal): -14869993 or 1514013. OLE color: 1514013.

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

Color convert

RGB292623-
CMYK00.100.210.89
HSL30º11.54%10.2%-
HSV(B)30º20.69%11.37%-
XYZ1.031.060.96-
YUV26.56125.99129.74-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 37.18%
GREEN value IS 26 (10.55% from 255) = 33.33%
BLUE value IS 23 (9.38% from 255) = 29.49%
R=37.18%
G=33.33%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29262300.100.210.893011.5410.2
Hex1D1A170A15591eca
Octal35322701225131361412
Binary111011101010111010101010110110011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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