Html Css Color HEX #180F18 Mardi Gras

📋 copy color: '#180F18'

red 24 ◦ green 15 ◦ blue 24

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

Shades of Mardi Gras #180F18

Tints of Mardi Gras #180F18

RGB

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

 GREEN value IS 15 (6.25% from 255) = 23.81%

 BLUE value IS 24 (9.77% from 255) = 38.1%

R = 38.1%
G = 23.81%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#180F18 (or 0x180F18) is known color: Mardi Gras. HEX triplet: 18, 0F and 18. RGB value is (24,15,24). Sum of RGB (Red+Green+Blue) = 24+15+24=63 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.10% from 63); Green value is 15 (6.25% from 255 or 23.81% from 63); Blue value is 24 (9.77% from 255 or 38.10% from 63); Max value from RGB is 24 - color contains mainly: red, blue. Hex color #180F18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180F18 is #E7F0E7. Grayscale: #121212. Windows color (decimal): -15200488 or 1576728. OLE color: 1576728.

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

Color convert

RGB 24 15 24 -
CMYK 0 0.37 0 0.91
HSL 300º 0.23% 0.08% -
HSV(B) 300º 0.38% 0.09% -
XYZ 0.71 0.6 0.94 -
YUV 18.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 24 15 24 0 0.37 0 0.91 300 0.23 0.08
Hex 18 F 18 0 25 0 5B 12C 17 8
Octal 30 17 30 0 45 0 133 454 27 10
Binary 11000 1111 11000 0 100101 0 1011011 100101100 10111 1000

Color Harmonies of #180F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180F18

Black with #180F18

Text Example


Text Example

White with #180F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,15,24); }

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

background-color css

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

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

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

border-color css

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

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

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