#151310

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

Shades of Bokara Grey #151310

Tints of Bokara Grey #151310

Color information

#151310 (or 0x151310) is unknown color: approx Bokara Grey. HEX triplet: 15, 13 and 10. RGB value is (21,19,16). Sum of RGB (Red+Green+Blue) = 21+19+16=56 (7% of max value = 765). Red value is 21 (8.59% from 255 or 37.5% from 56); Green value is 19 (7.81% from 255 or 33.93% from 56); Blue value is 16 (6.64% from 255 or 28.57% from 56); Max value from RGB is 21 - color contains mainly: red. Hex color #151310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151310 is #EAECEF. Grayscale: #131313. Windows color (decimal): -15396080 or 1053461. OLE color: 1053461.

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

Color convert

RGB211916-
CMYK00.100.240.92
HSL36º13.51%7.25%-
HSV(B)36º23.81%8.24%-
XYZ0.640.660.58-
YUV19.26126.16129.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 37.5%
GREEN value IS 19 (7.81% from 255) = 33.93%
BLUE value IS 16 (6.64% from 255) = 28.57%
R=37.5%
G=33.93%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21191600.100.240.923613.517.25
Hex1513100A185C24e7
Octal2523200123013444167
Binary101011001110000010101100010111001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151310; }

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

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

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

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

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

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

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

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