#15110D

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

Shades of Bokara Grey #15110D

Tints of Bokara Grey #15110D

Color information

#15110D (or 0x15110D) is unknown color: approx Bokara Grey. HEX triplet: 15, 11 and 0D. RGB value is (21,17,13). Sum of RGB (Red+Green+Blue) = 21+17+13=51 (6% of max value = 765). Red value is 21 (8.59% from 255 or 41.18% from 51); Green value is 17 (7.03% from 255 or 33.33% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 21 - color contains mainly: red. Hex color #15110D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15110D is #EAEEF2. Grayscale: #111111. Windows color (decimal): -15396595 or 856341. OLE color: 856341.

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

Color convert

RGB211713-
CMYK00.190.380.92
HSL30º23.53%6.67%-
HSV(B)30º38.1%8.24%-
XYZ0.580.590.46-
YUV17.74125.33130.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 41.18%
GREEN value IS 17 (7.03% from 255) = 33.33%
BLUE value IS 13 (5.47% from 255) = 25.49%
R=41.18%
G=33.33%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21171300.190.380.923023.536.67
Hex1511D013265C1e187
Octal2521150234613436307
Binary1010110001110101001110011010111001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15110D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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