Html Css Color HEX #161214 Melanzane

📋 copy color: '#161214'

red 22 ◦ green 18 ◦ blue 20

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

Shades of Melanzane #161214

Tints of Melanzane #161214

RGB

 RED value IS 22 (8.98% from 255) = 36.67%

 GREEN value IS 18 (7.42% from 255) = 30%

 BLUE value IS 20 (8.2% from 255) = 33.33%

R = 36.67%
G = 30%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.91

RGB Variations

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

Color information

#161214 (or 0x161214) is known color: Melanzane. HEX triplet: 16, 12 and 14. RGB value is (22,18,20). Sum of RGB (Red+Green+Blue) = 22+18+20=60 (7% of max value = 765). Red value is 22 (8.98% from 255 or 36.67% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 22 - color contains mainly: red. Hex color #161214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161214 is #E9EDEB. Grayscale: #131313. Windows color (decimal): -15330796 or 1315350. OLE color: 1315350.

HSL color Cylindrical-coordinate representation of color #161214: hue angle of 330º degrees, saturation: 0.1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #161214 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.91.

Color convert

RGB 22 18 20 -
CMYK 0 0.18 0.09 0.91
HSL 330º 0.1% 0.08% -
HSV(B) 330º 0.18% 0.09% -
XYZ 0.67 0.65 0.75 -
YUV 19.42 128.33 129.84 -
System Red Green Blue C M Y K H S L
Decimal 22 18 20 0 0.18 0.09 0.91 330 0.1 0.08
Hex 16 12 14 0 12 9 5B 14A A 8
Octal 26 22 24 0 22 11 133 512 12 10
Binary 10110 10010 10100 0 10010 1001 1011011 101001010 1010 1000

Color Harmonies of #161214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161214

Black with #161214

Text Example


Text Example

White with #161214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161214; }

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

 H1.HeaderClassName
 {
   color: #161214;
 }
 .AnyTagClassName
 {
   color: #161214;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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