Html Css Color HEX #161316 Mardi Gras

📋 copy color: '#161316'

red 22 ◦ green 19 ◦ blue 22

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

Shades of Mardi Gras #161316

Tints of Mardi Gras #161316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 30.16%

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

R = 34.92%
G = 30.16%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#161316 (or 0x161316) is known color: Mardi Gras. HEX triplet: 16, 13 and 16. RGB value is (22,19,22). Sum of RGB (Red+Green+Blue) = 22+19+22=63 (8% of max value = 765). Red value is 22 (8.98% from 255 or 34.92% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 22 (8.98% from 255 or 34.92% from 63); Max value from RGB is 22 - color contains mainly: red, blue. Hex color #161316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161316 is #E9ECE9. Grayscale: #141414. Windows color (decimal): -15330538 or 1446678. OLE color: 1446678.

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

Color convert

RGB 22 19 22 -
CMYK 0 0.14 0 0.91
HSL 300º 0.07% 0.08% -
HSV(B) 300º 0.14% 0.09% -
XYZ 0.71 0.69 0.86 -
YUV 20.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 22 19 22 0 0.14 0 0.91 300 0.07 0.08
Hex 16 13 16 0 E 0 5B 12C 7 8
Octal 26 23 26 0 16 0 133 454 7 10
Binary 10110 10011 10110 0 1110 0 1011011 100101100 111 1000

Color Harmonies of #161316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161316

Black with #161316

Text Example


Text Example

White with #161316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161316; }

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

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

background-color css

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

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

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

border-color css

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

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

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