#15100B

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

Shades of Bokara Grey #15100B

Tints of Bokara Grey #15100B

Color information

#15100B (or 0x15100B) is unknown color: approx Bokara Grey. HEX triplet: 15, 10 and 0B. RGB value is (21,16,11). Sum of RGB (Red+Green+Blue) = 21+16+11=48 (6% of max value = 765). Red value is 21 (8.59% from 255 or 43.75% from 48); Green value is 16 (6.64% from 255 or 33.33% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 21 - color contains mainly: red. Hex color #15100B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15100B is #EAEFF4. Grayscale: #101010. Windows color (decimal): -15396853 or 725013. OLE color: 725013.

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

Color convert

RGB211611-
CMYK00.240.480.92
HSL30º31.25%6.27%-
HSV(B)30º47.62%8.24%-
XYZ0.550.550.39-
YUV16.92124.66130.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 43.75%
GREEN value IS 16 (6.64% from 255) = 33.33%
BLUE value IS 11 (4.69% from 255) = 22.92%
R=43.75%
G=33.33%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21161100.240.480.923031.256.27
Hex1510B018305C1e1f6
Octal2520130306013436376
Binary1010110000101101100011000010111001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15100B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15100B; }

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

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

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

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

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

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

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

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