Html Css Color HEX #180B16 Mardi Gras

📋 copy color: '#180B16'

red 24 ◦ green 11 ◦ blue 22

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

Shades of Mardi Gras #180B16

Tints of Mardi Gras #180B16

RGB

 RED value IS 24 (9.77% from 255) = 42.11%

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

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

R = 42.11%
G = 19.3%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.91

RGB Variations

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

Color information

#180B16 (or 0x180B16) is known color: Mardi Gras. HEX triplet: 18, 0B and 16. RGB value is (24,11,22). Sum of RGB (Red+Green+Blue) = 24+11+22=57 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.11% from 57); Green value is 11 (4.69% from 255 or 19.30% from 57); Blue value is 22 (8.98% from 255 or 38.60% from 57); Max value from RGB is 24 - color contains mainly: red. Hex color #180B16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180B16 is #E7F4E9. Grayscale: #101010. Windows color (decimal): -15201514 or 1444632. OLE color: 1444632.

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

Color convert

RGB 24 11 22 -
CMYK 0 0.54 0.08 0.91
HSL 309.23º 0.37% 0.07% -
HSV(B) 309.23º 0.54% 0.09% -
XYZ 0.64 0.49 0.82 -
YUV 16.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 24 11 22 0 0.54 0.08 0.91 309.23 0.37 0.07
Hex 18 B 16 0 36 8 5B 135 25 7
Octal 30 13 26 0 66 10 133 465 45 7
Binary 11000 1011 10110 0 110110 1000 1011011 100110101 100101 111

Color Harmonies of #180B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180B16

Black with #180B16

Text Example


Text Example

White with #180B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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