Html Css Color HEX #181615 Bokara Grey

📋 copy color: '#181615'

red 24 ◦ green 22 ◦ blue 21

#181615
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bokara Grey #181615

Tints of Bokara Grey #181615

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 value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#181615 (or 0x181615) is known color: 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

RGB 24 22 21 -
CMYK 0 0.08 0.13 0.91
HSL 20º 0.07% 0.09% -
HSV(B) 20º 0.13% 0.09% -
XYZ 0.8 0.82 0.83 -
YUV 22.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 24 22 21 0 0.08 0.13 0.91 20 0.07 0.09
Hex 18 16 15 0 8 D 5B 14 7 9
Octal 30 26 25 0 10 15 133 24 7 11
Binary 11000 10110 10101 0 1000 1101 1011011 10100 111 1001

Color Harmonies of #181615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181615

Black with #181615

Text Example


Text Example

White with #181615

Text Example


Text Example

HTML Codes & Css Web 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>