#1D1B18

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

Shades of Bokara Grey #1D1B18

Tints of Bokara Grey #1D1B18

Color information

#1D1B18 (or 0x1D1B18) is unknown color: approx Bokara Grey. HEX triplet: 1D, 1B and 18. RGB value is (29,27,24). Sum of RGB (Red+Green+Blue) = 29+27+24=80 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.25% from 80); Green value is 27 (10.94% from 255 or 33.75% from 80); Blue value is 24 (9.77% from 255 or 30% from 80); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1B18 is #E2E4E7. Grayscale: #1B1B1B. Windows color (decimal): -14869736 or 1579805. OLE color: 1579805.

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

Color convert

RGB292724-
CMYK00.070.170.89
HSL36º9.43%10.39%-
HSV(B)36º17.24%11.37%-
XYZ1.061.111.02-
YUV27.26126.16129.24-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 36.25%
GREEN value IS 27 (10.94% from 255) = 33.75%
BLUE value IS 24 (9.77% from 255) = 30%
R=36.25%
G=33.75%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29272400.070.170.89369.4310.39
Hex1D1B18071159249a
Octal3533300721131441112
Binary111011101111000011110001101100110010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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