#15110F

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

Shades of Bokara Grey #15110F

Tints of Bokara Grey #15110F

Color information

#15110F (or 0x15110F) is unknown color: approx Bokara Grey. HEX triplet: 15, 11 and 0F. RGB value is (21,17,15). Sum of RGB (Red+Green+Blue) = 21+17+15=53 (7% of max value = 765). Red value is 21 (8.59% from 255 or 39.62% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 15 (6.25% from 255 or 28.30% from 53); Max value from RGB is 21 - color contains mainly: red. Hex color #15110F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15110F is #EAEEF0. Grayscale: #111111. Windows color (decimal): -15396593 or 987413. OLE color: 987413.

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

Color convert

RGB211715-
CMYK00.190.290.92
HSL20º16.67%7.06%-
HSV(B)20º28.57%8.24%-
XYZ0.60.590.54-
YUV17.97126.33130.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 39.62%
GREEN value IS 17 (7.03% from 255) = 32.08%
BLUE value IS 15 (6.25% from 255) = 28.30%
R=39.62%
G=32.08%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21171500.190.290.922016.677.06
Hex1511F0131D5C14117
Octal2521170233513424217
Binary101011000111110100111110110111001010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15110F; }

 p { color: rgb(21,17,15); }

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

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

 a { background-color: rgb(21,17,15); }

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

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

 span { border-color: rgb(21,17,15); }

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