Html Css Color HEX #151312 Bokara Grey

📋 copy color: '#151312'

red 21 ◦ green 19 ◦ blue 18

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

Shades of Bokara Grey #151312

Tints of Bokara Grey #151312

RGB

 RED value IS 21 (8.59% from 255) = 36.21%

 GREEN value IS 19 (7.81% from 255) = 32.76%

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

R = 36.21%
G = 32.76%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.92

RGB Variations

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

Color information

#151312 (or 0x151312) is known color: Bokara Grey. HEX triplet: 15, 13 and 12. RGB value is (21,19,18). Sum of RGB (Red+Green+Blue) = 21+19+18=58 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.21% from 58); Green value is 19 (7.81% from 255 or 32.76% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 21 - color contains mainly: red. Hex color #151312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151312 is #EAECED. Grayscale: #131313. Windows color (decimal): -15396078 or 1184533. OLE color: 1184533.

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

Color convert

RGB 21 19 18 -
CMYK 0 0.10 0.14 0.92
HSL 20º 0.08% 0.08% -
HSV(B) 20º 0.14% 0.08% -
XYZ 0.65 0.67 0.67 -
YUV 19.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 21 19 18 0 0.10 0.14 0.92 20 0.08 0.08
Hex 15 13 12 0 A E 5C 14 8 8
Octal 25 23 22 0 12 16 134 24 10 10
Binary 10101 10011 10010 0 1010 1110 1011100 10100 1000 1000

Color Harmonies of #151312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151312

Black with #151312

Text Example


Text Example

White with #151312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151312; }

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

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

background-color css

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

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

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

border-color css

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

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

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