Html Css Color HEX #180918 Mardi Gras

📋 copy color: '#180918'

red 24 ◦ green 9 ◦ blue 24

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

Shades of Mardi Gras #180918

Tints of Mardi Gras #180918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 15.79%

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

R = 42.11%
G = 15.79%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#180918 (or 0x180918) is known color: Mardi Gras. HEX triplet: 18, 09 and 18. RGB value is (24,9,24). Sum of RGB (Red+Green+Blue) = 24+9+24=57 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.11% from 57); Green value is 9 (3.91% from 255 or 15.79% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 24 - color contains mainly: red, blue. Hex color #180918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180918 is #E7F6E7. Grayscale: #0F0F0F. Windows color (decimal): -15202024 or 1575192. OLE color: 1575192.

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

Color convert

RGB 24 9 24 -
CMYK 0 0.63 0 0.91
HSL 300º 0.45% 0.06% -
HSV(B) 300º 0.63% 0.09% -
XYZ 0.64 0.46 0.92 -
YUV 15.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 24 9 24 0 0.63 0 0.91 300 0.45 0.06
Hex 18 9 18 0 3F 0 5B 12C 2D 6
Octal 30 11 30 0 77 0 133 454 55 6
Binary 11000 1001 11000 0 111111 0 1011011 100101100 101101 110

Color Harmonies of #180918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180918

Black with #180918

Text Example


Text Example

White with #180918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180918; }

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

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

background-color css

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

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

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

border-color css

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

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

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