Html Css Color HEX #181512 Bokara Grey

📋 copy color: '#181512'

red 24 ◦ green 21 ◦ blue 18

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

Shades of Bokara Grey #181512

Tints of Bokara Grey #181512

RGB

 RED value IS 24 (9.77% from 255) = 38.1%

 GREEN value IS 21 (8.59% from 255) = 33.33%

 BLUE value IS 18 (7.42% from 255) = 28.57%

R = 38.1%
G = 33.33%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

#181512 (or 0x181512) is known color: Bokara Grey. HEX triplet: 18, 15 and 12. RGB value is (24,21,18). Sum of RGB (Red+Green+Blue) = 24+21+18=63 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.10% from 63); Green value is 21 (8.59% from 255 or 33.33% from 63); Blue value is 18 (7.42% from 255 or 28.57% from 63); Max value from RGB is 24 - color contains mainly: red. Hex color #181512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181512 is #E7EAED. Grayscale: #151515. Windows color (decimal): -15198958 or 1185048. OLE color: 1185048.

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

Color convert

RGB 24 21 18 -
CMYK 0 0.13 0.25 0.91
HSL 30º 0.14% 0.08% -
HSV(B) 30º 0.25% 0.09% -
XYZ 0.75 0.77 0.68 -
YUV 21.56 125.99 129.74 -
System Red Green Blue C M Y K H S L
Decimal 24 21 18 0 0.13 0.25 0.91 30 0.14 0.08
Hex 18 15 12 0 D 19 5B 1E E 8
Octal 30 25 22 0 15 31 133 36 16 10
Binary 11000 10101 10010 0 1101 11001 1011011 11110 1110 1000

Color Harmonies of #181512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181512

Black with #181512

Text Example


Text Example

White with #181512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181512; }

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

 H1.HeaderClassName
 {
   color: #181512;
 }
 .AnyTagClassName
 {
   color: #181512;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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