Html Css Color HEX #161216 Mardi Gras

📋 copy color: '#161216'

red 22 ◦ green 18 ◦ blue 22

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

Shades of Mardi Gras #161216

Tints of Mardi Gras #161216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 35.48%

R = 35.48%
G = 29.03%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#161216 (or 0x161216) is known color: Mardi Gras. HEX triplet: 16, 12 and 16. RGB value is (22,18,22). Sum of RGB (Red+Green+Blue) = 22+18+22=62 (8% of max value = 765). Red value is 22 (8.98% from 255 or 35.48% from 62); Green value is 18 (7.42% from 255 or 29.03% from 62); Blue value is 22 (8.98% from 255 or 35.48% from 62); Max value from RGB is 22 - color contains mainly: red, blue. Hex color #161216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161216 is #E9EDE9. Grayscale: #131313. Windows color (decimal): -15330794 or 1446422. OLE color: 1446422.

HSL color Cylindrical-coordinate representation of color #161216: hue angle of 300º 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 #161216 is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 22 18 22 -
CMYK 0 0.18 0 0.91
HSL 300º 0.1% 0.08% -
HSV(B) 300º 0.18% 0.09% -
XYZ 0.69 0.66 0.85 -
YUV 19.65 129.33 129.67 -
System Red Green Blue C M Y K H S L
Decimal 22 18 22 0 0.18 0 0.91 300 0.1 0.08
Hex 16 12 16 0 12 0 5B 12C A 8
Octal 26 22 26 0 22 0 133 454 12 10
Binary 10110 10010 10110 0 10010 0 1011011 100101100 1010 1000

Color Harmonies of #161216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161216

Black with #161216

Text Example


Text Example

White with #161216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161216; }

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

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

background-color css

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

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

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

border-color css

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

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

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