#201A15

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

Shades of Bokara Grey #201A15

Tints of Bokara Grey #201A15

Color information

#201A15 (or 0x201A15) is unknown color: approx Bokara Grey. HEX triplet: 20, 1A and 15. RGB value is (32,26,21). Sum of RGB (Red+Green+Blue) = 32+26+21=79 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40.51% from 79); Green value is 26 (10.55% from 255 or 32.91% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 32 - color contains mainly: red. Hex color #201A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201A15 is #DFE5EA. Grayscale: #1B1B1B. Windows color (decimal): -14673387 or 1382944. OLE color: 1382944.

HSL color Cylindrical-coordinate representation of color #201A15: hue angle of 27.27º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #201A15 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.87.

Color convert

RGB322621-
CMYK00.190.340.87
HSL27.27º20.75%10.39%-
HSV(B)27.27º34.38%12.55%-
XYZ1.11.10.86-
YUV27.22124.49131.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 40.51%
GREEN value IS 26 (10.55% from 255) = 32.91%
BLUE value IS 21 (8.59% from 255) = 26.58%
R=40.51%
G=32.91%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32262100.190.340.8727.2720.7510.39
Hex201A1501322571b15a
Octal40322502342127332512
Binary1000001101010101010011100010101011111011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201A15; }

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

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

<style>
 a { background-color: #201A15; }

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

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

<style>
 span { border-color: #201A15; }

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

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