#181613

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

Shades of Bokara Grey #181613

Tints of Bokara Grey #181613

Color information

#181613 (or 0x181613) is unknown color: approx Bokara Grey. HEX triplet: 18, 16 and 13. RGB value is (24,22,19). Sum of RGB (Red+Green+Blue) = 24+22+19=65 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.92% from 65); Green value is 22 (8.98% from 255 or 33.85% from 65); Blue value is 19 (7.81% from 255 or 29.23% from 65); Max value from RGB is 24 - color contains mainly: red. Hex color #181613 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181613 is #E7E9EC. Grayscale: #161616. Windows color (decimal): -15198701 or 1250840. OLE color: 1250840.

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

Color convert

RGB242219-
CMYK00.080.210.91
HSL36º11.63%8.43%-
HSV(B)36º20.83%9.41%-
XYZ0.780.820.73-
YUV22.26126.16129.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 36.92%
GREEN value IS 22 (8.98% from 255) = 33.85%
BLUE value IS 19 (7.81% from 255) = 29.23%
R=36.92%
G=33.85%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24221900.080.210.913611.638.43
Hex18161308155B24c8
Octal30262301025133441410
Binary1100010110100110100010101101101110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181613; }

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

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

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

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

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

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

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

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