Html Css Color HEX #160B15 Mardi Gras

📋 copy color: '#160B15'

red 22 ◦ green 11 ◦ blue 21

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

Shades of Mardi Gras #160B15

Tints of Mardi Gras #160B15

RGB

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

 GREEN value IS 11 (4.69% from 255) = 20.37%

 BLUE value IS 21 (8.59% from 255) = 38.89%

R = 40.74%
G = 20.37%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.05

 K value IS 0.91

RGB Variations

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

Color information

#160B15 (or 0x160B15) is known color: Mardi Gras. HEX triplet: 16, 0B and 15. RGB value is (22,11,21). Sum of RGB (Red+Green+Blue) = 22+11+21=54 (7% of max value = 765). Red value is 22 (8.98% from 255 or 40.74% from 54); Green value is 11 (4.69% from 255 or 20.37% from 54); Blue value is 21 (8.59% from 255 or 38.89% from 54); Max value from RGB is 22 - color contains mainly: red. Hex color #160B15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160B15 is #E9F4EA. Grayscale: #0F0F0F. Windows color (decimal): -15332587 or 1379094. OLE color: 1379094.

HSL color Cylindrical-coordinate representation of color #160B15: hue angle of 305.45º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #160B15 is Cyan = 0, Magento = 0.5, Yellow = 0.05 and Black (K on CMYK) = 0.91.

Color convert

RGB 22 11 21 -
CMYK 0 0.5 0.05 0.91
HSL 305.45º 0.33% 0.06% -
HSV(B) 305.45º 0.5% 0.09% -
XYZ 0.59 0.46 0.77 -
YUV 15.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 22 11 21 0 0.5 0.05 0.91 305.45 0.33 0.06
Hex 16 B 15 0 32 5 5B 131 21 6
Octal 26 13 25 0 62 5 133 461 41 6
Binary 10110 1011 10101 0 110010 101 1011011 100110001 100001 110

Color Harmonies of #160B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160B15

Black with #160B15

Text Example


Text Example

White with #160B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160B15; }

 p { color: rgb(22,11,21); }

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

background-color css

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

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

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

border-color css

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

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

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