Html Css Color HEX #180615 Mardi Gras

📋 copy color: '#180615'

red 24 ◦ green 6 ◦ blue 21

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

Shades of Mardi Gras #180615

Tints of Mardi Gras #180615

RGB

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

 GREEN value IS 6 (2.73% from 255) = 11.76%

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

R = 47.06%
G = 11.76%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#180615 (or 0x180615) is known color: Mardi Gras. HEX triplet: 18, 06 and 15. RGB value is (24,6,21). Sum of RGB (Red+Green+Blue) = 24+6+21=51 (6% of max value = 765). Red value is 24 (9.77% from 255 or 47.06% from 51); Green value is 6 (2.73% from 255 or 11.76% from 51); Blue value is 21 (8.59% from 255 or 41.18% from 51); Max value from RGB is 24 - color contains mainly: red. Hex color #180615 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180615 is #E7F9EA. Grayscale: #0D0D0D. Windows color (decimal): -15202795 or 1377816. OLE color: 1377816.

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

Color convert

RGB 24 6 21 -
CMYK 0 0.75 0.13 0.91
HSL 310º 0.6% 0.06% -
HSV(B) 310º 0.75% 0.09% -
XYZ 0.58 0.38 0.75 -
YUV 13.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 24 6 21 0 0.75 0.13 0.91 310 0.6 0.06
Hex 18 6 15 0 4B D 5B 136 3C 6
Octal 30 6 25 0 113 15 133 466 74 6
Binary 11000 110 10101 0 1001011 1101 1011011 100110110 111100 110

Color Harmonies of #180615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180615

Black with #180615

Text Example


Text Example

White with #180615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180615; }

 p { color: rgb(24,6,21); }

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

background-color css

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

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

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

border-color css

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

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

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