Html Css Color HEX #180415 Mardi Gras

📋 copy color: '#180415'

red 24 ◦ green 4 ◦ blue 21

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

Shades of Mardi Gras #180415

Tints of Mardi Gras #180415

RGB

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

 GREEN value IS 4 (1.95% from 255) = 8.16%

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

R = 48.98%
G = 8.16%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#180415 (or 0x180415) is known color: Mardi Gras. HEX triplet: 18, 04 and 15. RGB value is (24,4,21). Sum of RGB (Red+Green+Blue) = 24+4+21=49 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48.98% from 49); Green value is 4 (1.95% from 255 or 8.16% from 49); Blue value is 21 (8.59% from 255 or 42.86% from 49); Max value from RGB is 24 - color contains mainly: red. Hex color #180415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180415 is #E7FBEA. Grayscale: #0B0B0B. Windows color (decimal): -15203307 or 1377304. OLE color: 1377304.

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

Color convert

RGB 24 4 21 -
CMYK 0 0.83 0.13 0.91
HSL 309º 0.71% 0.05% -
HSV(B) 309º 0.83% 0.09% -
XYZ 0.56 0.34 0.74 -
YUV 11.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 24 4 21 0 0.83 0.13 0.91 309 0.71 0.05
Hex 18 4 15 0 53 D 5B 135 47 5
Octal 30 4 25 0 123 15 133 465 107 5
Binary 11000 100 10101 0 1010011 1101 1011011 100110101 1000111 101

Color Harmonies of #180415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180415

Black with #180415

Text Example


Text Example

White with #180415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180415; }

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

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

background-color css

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

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

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

border-color css

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

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

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