#181615

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

Shades of Bokara Grey #181615

Tints of Bokara Grey #181615

Color information

#181615 (or 0x181615) is unknown color: approx Bokara Grey. HEX triplet: 18, 16 and 15. RGB value is (24,22,21). Sum of RGB (Red+Green+Blue) = 24+22+21=67 (8% of max value = 765). Red value is 24 (9.77% from 255 or 35.82% from 67); Green value is 22 (8.98% from 255 or 32.84% from 67); Blue value is 21 (8.59% from 255 or 31.34% from 67); Max value from RGB is 24 - color contains mainly: red. Hex color #181615 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181615 is #E7E9EA. Grayscale: #161616. Windows color (decimal): -15198699 or 1381912. OLE color: 1381912.

HSL color Cylindrical-coordinate representation of color #181615: hue angle of 20º degrees, saturation: 0.07, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #181615 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB242221-
CMYK00.080.130.91
HSL20º6.67%8.82%-
HSV(B)20º12.5%9.41%-
XYZ0.80.820.83-
YUV22.48127.16129.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 35.82%
GREEN value IS 22 (8.98% from 255) = 32.84%
BLUE value IS 21 (8.59% from 255) = 31.34%
R=35.82%
G=32.84%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24222100.080.130.91206.678.82
Hex18161508D5B1479
Octal3026250101513324711
Binary1100010110101010100011011011011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181615; }

 p { color: rgb(24,22,21); }

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

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

 a { background-color: rgb(24,22,21); }

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

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

 span { border-color: rgb(24,22,21); }

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