#1E1B18

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

Shades of Bokara Grey #1E1B18

Tints of Bokara Grey #1E1B18

Color information

#1E1B18 (or 0x1E1B18) is unknown color: approx Bokara Grey. HEX triplet: 1E, 1B and 18. RGB value is (30,27,24). Sum of RGB (Red+Green+Blue) = 30+27+24=81 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.04% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1B18 is #E1E4E7. Grayscale: #1B1B1B. Windows color (decimal): -14804200 or 1579806. OLE color: 1579806.

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

Color convert

RGB302724-
CMYK00.100.200.88
HSL30º11.11%10.59%-
HSV(B)30º20%11.76%-
XYZ1.091.131.02-
YUV27.55125.99129.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 37.04%
GREEN value IS 27 (10.94% from 255) = 33.33%
BLUE value IS 24 (9.77% from 255) = 29.63%
R=37.04%
G=33.33%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30272400.100.200.883011.1110.59
Hex1E1B180A14581ebb
Octal36333001224130361313
Binary111101101111000010101010010110001111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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