#151312

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

Shades of Bokara Grey #151312

Tints of Bokara Grey #151312

Color information

#151312 (or 0x151312) is unknown color: approx 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

RGB211918-
CMYK00.100.140.92
HSL20º7.69%7.65%-
HSV(B)20º14.29%8.24%-
XYZ0.650.670.67-
YUV19.48127.16129.08-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21191800.100.140.92207.697.65
Hex1513120AE5C1488
Octal25232201216134241010
Binary10101100111001001010111010111001010010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>