Html Css Color HEX #180015 Mardi Gras

📋 copy color: '#180015'

red 24 ◦ green 0 ◦ blue 21

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

Shades of Mardi Gras #180015

Tints of Mardi Gras #180015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.33%
G = 0%
B = 46.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#180015 (or 0x180015) is known color: Mardi Gras. HEX triplet: 18, 00 and 15. RGB value is (24,0,21). Sum of RGB (Red+Green+Blue) = 24+0+21=45 (5% of max value = 765). Red value is 24 (9.77% from 255 or 53.33% from 45); Green value is 0 (0.39% from 255 or 0% from 45); Blue value is 21 (8.59% from 255 or 46.67% from 45); Max value from RGB is 24 - color contains mainly: red. Hex color #180015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180015 is #E7FFEA. Grayscale: #090909. Windows color (decimal): -15204331 or 1376280. OLE color: 1376280.

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

Color convert

RGB 24 0 21 -
CMYK 0 1 0.13 0.91
HSL 307.5º 1% 0.05% -
HSV(B) 307.5º 1% 0.09% -
XYZ 0.51 0.25 0.73 -
YUV 9.57 134.45 138.29 -
System Red Green Blue C M Y K H S L
Decimal 24 0 21 0 1 0.13 0.91 307.5 1 0.05
Hex 18 0 15 0 64 D 5B 134 64 5
Octal 30 0 25 0 144 15 133 464 144 5
Binary 11000 0 10101 0 1100100 1101 1011011 100110100 1100100 101

Color Harmonies of #180015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180015

Black with #180015

Text Example


Text Example

White with #180015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180015; }

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

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

background-color css

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

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

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

border-color css

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

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

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