#20150C

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

Shades of Bokara Grey #20150C

Tints of Bokara Grey #20150C

Color information

#20150C (or 0x20150C) is unknown color: approx Bokara Grey. HEX triplet: 20, 15 and 0C. RGB value is (32,21,12). Sum of RGB (Red+Green+Blue) = 32+21+12=65 (8% of max value = 765). Red value is 32 (12.89% from 255 or 49.23% from 65); Green value is 21 (8.59% from 255 or 32.31% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 32 - color contains mainly: red. Hex color #20150C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20150C is #DFEAF3. Grayscale: #171717. Windows color (decimal): -14674676 or 791840. OLE color: 791840.

HSL color Cylindrical-coordinate representation of color #20150C: hue angle of 27º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #20150C is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB322112-
CMYK00.340.630.87
HSL27º45.45%8.63%-
HSV(B)27º62.5%12.55%-
XYZ0.930.870.47-
YUV23.26121.64134.23-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 49.23%
GREEN value IS 21 (8.59% from 255) = 32.31%
BLUE value IS 12 (5.08% from 255) = 18.46%
R=49.23%
G=32.31%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32211200.340.630.872745.458.63
Hex2015C0223F571b2d9
Octal40251404277127335511
Binary10000010101110001000101111111010111110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20150C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20150C; }

 p { color: rgb(32,21,12); }

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

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

 a { background-color: rgb(32,21,12); }

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

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

 span { border-color: rgb(32,21,12); }

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