#1D1B19

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

Shades of Bokara Grey #1D1B19

Tints of Bokara Grey #1D1B19

Color information

#1D1B19 (or 0x1D1B19) is unknown color: approx Bokara Grey. HEX triplet: 1D, 1B and 19. RGB value is (29,27,25). Sum of RGB (Red+Green+Blue) = 29+27+25=81 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.80% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1B19 is #E2E4E6. Grayscale: #1B1B1B. Windows color (decimal): -14869735 or 1645341. OLE color: 1645341.

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

Color convert

RGB292725-
CMYK00.070.140.89
HSL30º7.41%10.59%-
HSV(B)30º13.79%11.37%-
XYZ1.071.121.08-
YUV27.37126.66129.16-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 35.80%
GREEN value IS 27 (10.94% from 255) = 33.33%
BLUE value IS 25 (10.16% from 255) = 30.86%
R=35.80%
G=33.33%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29272500.070.140.89307.4110.59
Hex1D1B1907E591e7b
Octal353331071613136713
Binary111011101111001011111101011001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,27,25); }

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

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

 a { background-color: rgb(29,27,25); }

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

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

 span { border-color: rgb(29,27,25); }

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