#15100D

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

Shades of Bokara Grey #15100D

Tints of Bokara Grey #15100D

Color information

#15100D (or 0x15100D) is unknown color: approx Bokara Grey. HEX triplet: 15, 10 and 0D. RGB value is (21,16,13). Sum of RGB (Red+Green+Blue) = 21+16+13=50 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42% from 50); Green value is 16 (6.64% from 255 or 32% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 21 - color contains mainly: red. Hex color #15100D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15100D is #EAEFF2. Grayscale: #111111. Windows color (decimal): -15396851 or 856085. OLE color: 856085.

HSL color Cylindrical-coordinate representation of color #15100D: hue angle of 22.5º 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 #15100D is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.92.

Color convert

RGB211613-
CMYK00.240.380.92
HSL22.5º23.53%6.67%-
HSV(B)22.5º38.1%8.24%-
XYZ0.570.560.46-
YUV17.15125.66130.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 42%
GREEN value IS 16 (6.64% from 255) = 32%
BLUE value IS 13 (5.47% from 255) = 26%
R=42%
G=32%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21161300.240.380.9222.523.536.67
Hex1510D018265C17187
Octal2520150304613427307
Binary1010110000110101100010011010111001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15100D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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