#141211

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

Shades of Bokara Grey #141211

Tints of Bokara Grey #141211

Color information

#141211 (or 0x141211) is unknown color: approx Bokara Grey. HEX triplet: 14, 12 and 11. RGB value is (20,18,17). Sum of RGB (Red+Green+Blue) = 20+18+17=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 17 (7.03% from 255 or 30.91% from 55); Max value from RGB is 20 - color contains mainly: red. Hex color #141211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141211 is #EBEDEE. Grayscale: #121212. Windows color (decimal): -15461871 or 1118740. OLE color: 1118740.

HSL color Cylindrical-coordinate representation of color #141211: hue angle of 20º degrees, saturation: 0.08, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #141211 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.92.

Color convert

RGB201817-
CMYK00.100.150.92
HSL20º8.11%7.25%-
HSV(B)20º15%7.84%-
XYZ0.610.620.62-
YUV18.48127.16129.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 36.36%
GREEN value IS 18 (7.42% from 255) = 32.73%
BLUE value IS 17 (7.03% from 255) = 30.91%
R=36.36%
G=32.73%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20181700.100.150.92208.117.25
Hex1412110AF5C1487
Octal2422210121713424107
Binary1010010010100010101011111011100101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141211; }

 p { color: rgb(20,18,17); }

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

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

 a { background-color: rgb(20,18,17); }

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

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

 span { border-color: rgb(20,18,17); }

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