#181511

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

Shades of Bokara Grey #181511

Tints of Bokara Grey #181511

Color information

#181511 (or 0x181511) is unknown color: approx Bokara Grey. HEX triplet: 18, 15 and 11. RGB value is (24,21,17). Sum of RGB (Red+Green+Blue) = 24+21+17=62 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.71% from 62); Green value is 21 (8.59% from 255 or 33.87% from 62); Blue value is 17 (7.03% from 255 or 27.42% from 62); Max value from RGB is 24 - color contains mainly: red. Hex color #181511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181511 is #E7EAEE. Grayscale: #151515. Windows color (decimal): -15198959 or 1119512. OLE color: 1119512.

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

Color convert

RGB242117-
CMYK00.130.290.91
HSL34.29º17.07%8.04%-
HSV(B)34.29º29.17%9.41%-
XYZ0.750.770.64-
YUV21.44125.49129.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 38.71%
GREEN value IS 21 (8.59% from 255) = 33.87%
BLUE value IS 17 (7.03% from 255) = 27.42%
R=38.71%
G=33.87%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24211700.130.290.9134.2917.078.04
Hex1815110D1D5B22118
Octal30252101535133422110
Binary11000101011000101101111011011011100010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181511; }

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

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

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

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

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

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

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

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