Html Css Color HEX #141211 Bokara Grey

📋 copy color: '#141211'

red 20 ◦ green 18 ◦ blue 17

#141211
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bokara Grey #141211

Tints of Bokara Grey #141211

RGB

 RED value IS 20 (8.2% 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 value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.92

RGB Variations

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

Color information

#141211 (or 0x141211) is known color: 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

RGB 20 18 17 -
CMYK 0 0.10 0.15 0.92
HSL 20º 0.08% 0.07% -
HSV(B) 20º 0.15% 0.08% -
XYZ 0.61 0.62 0.62 -
YUV 18.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 20 18 17 0 0.10 0.15 0.92 20 0.08 0.07
Hex 14 12 11 0 A F 5C 14 8 7
Octal 24 22 21 0 12 17 134 24 10 7
Binary 10100 10010 10001 0 1010 1111 1011100 10100 1000 111

Color Harmonies of #141211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141211

Black with #141211

Text Example


Text Example

White with #141211

Text Example


Text Example

HTML Codes & Css Web 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>