Html Css Color HEX #180518 Mardi Gras

📋 copy color: '#180518'

red 24 ◦ green 5 ◦ blue 24

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

Shades of Mardi Gras #180518

Tints of Mardi Gras #180518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 9.43%

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

R = 45.28%
G = 9.43%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#180518 (or 0x180518) is known color: Mardi Gras. HEX triplet: 18, 05 and 18. RGB value is (24,5,24). Sum of RGB (Red+Green+Blue) = 24+5+24=53 (7% of max value = 765). Red value is 24 (9.77% from 255 or 45.28% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 24 (9.77% from 255 or 45.28% from 53); Max value from RGB is 24 - color contains mainly: red, blue. Hex color #180518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180518 is #E7FAE7. Grayscale: #0C0C0C. Windows color (decimal): -15203048 or 1574168. OLE color: 1574168.

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

Color convert

RGB 24 5 24 -
CMYK 0 0.79 0 0.91
HSL 300º 0.66% 0.06% -
HSV(B) 300º 0.79% 0.09% -
XYZ 0.6 0.37 0.9 -
YUV 12.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 24 5 24 0 0.79 0 0.91 300 0.66 0.06
Hex 18 5 18 0 4F 0 5B 12C 42 6
Octal 30 5 30 0 117 0 133 454 102 6
Binary 11000 101 11000 0 1001111 0 1011011 100101100 1000010 110

Color Harmonies of #180518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180518

Black with #180518

Text Example


Text Example

White with #180518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180518; }

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

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

background-color css

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

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

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

border-color css

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

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

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