#201915

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

Shades of Bokara Grey #201915

Tints of Bokara Grey #201915

Color information

#201915 (or 0x201915) is unknown color: approx Bokara Grey. HEX triplet: 20, 19 and 15. RGB value is (32,25,21). Sum of RGB (Red+Green+Blue) = 32+25+21=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 25 (10.16% from 255 or 32.05% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 32 - color contains mainly: red. Hex color #201915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201915 is #DFE6EA. Grayscale: #1A1A1A. Windows color (decimal): -14673643 or 1382688. OLE color: 1382688.

HSL color Cylindrical-coordinate representation of color #201915: hue angle of 21.82º 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 #201915 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.87.

Color convert

RGB322521-
CMYK00.220.340.87
HSL21.82º20.75%10.39%-
HSV(B)21.82º34.38%12.55%-
XYZ1.081.060.86-
YUV26.64124.82131.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 41.03%
GREEN value IS 25 (10.16% from 255) = 32.05%
BLUE value IS 21 (8.59% from 255) = 26.92%
R=41.03%
G=32.05%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32252100.220.340.8721.8220.7510.39
Hex20191501622571615a
Octal40312502642127262512
Binary1000001100110101010110100010101011110110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201915; }

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

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

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

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

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

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

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

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