#1E1B16

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

Shades of Bokara Grey #1E1B16

Tints of Bokara Grey #1E1B16

Color information

#1E1B16 (or 0x1E1B16) is unknown color: approx Bokara Grey. HEX triplet: 1E, 1B and 16. RGB value is (30,27,22). Sum of RGB (Red+Green+Blue) = 30+27+22=79 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.97% from 79); Green value is 27 (10.94% from 255 or 34.18% from 79); Blue value is 22 (8.98% from 255 or 27.85% from 79); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1B16 is #E1E4E9. Grayscale: #1B1B1B. Windows color (decimal): -14804202 or 1448734. OLE color: 1448734.

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

Color convert

RGB302722-
CMYK00.100.270.88
HSL37.5º15.38%10.2%-
HSV(B)37.5º26.67%11.76%-
XYZ1.071.120.92-
YUV27.33124.99129.91-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 37.97%
GREEN value IS 27 (10.94% from 255) = 34.18%
BLUE value IS 22 (8.98% from 255) = 27.85%
R=37.97%
G=34.18%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30272200.100.270.8837.515.3810.2
Hex1E1B160A1B5826fa
Octal36332601233130461712
Binary1111011011101100101011011101100010011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,27,22); }

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

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

 a { background-color: rgb(30,27,22); }

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

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

 span { border-color: rgb(30,27,22); }

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