Html Css Color HEX #180315 Mardi Gras

📋 copy color: '#180315'

red 24 ◦ green 3 ◦ blue 21

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

Shades of Mardi Gras #180315

Tints of Mardi Gras #180315

RGB

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

 GREEN value IS 3 (1.56% from 255) = 6.25%

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

R = 50%
G = 6.25%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#180315 (or 0x180315) is known color: Mardi Gras. HEX triplet: 18, 03 and 15. RGB value is (24,3,21). Sum of RGB (Red+Green+Blue) = 24+3+21=48 (6% of max value = 765). Red value is 24 (9.77% from 255 or 50% from 48); Green value is 3 (1.56% from 255 or 6.25% from 48); Blue value is 21 (8.59% from 255 or 43.75% from 48); Max value from RGB is 24 - color contains mainly: red. Hex color #180315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180315 is #E7FCEA. Grayscale: #0B0B0B. Windows color (decimal): -15203563 or 1377048. OLE color: 1377048.

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

Color convert

RGB 24 3 21 -
CMYK 0 0.88 0.13 0.91
HSL 308.57º 0.78% 0.05% -
HSV(B) 308.57º 0.88% 0.09% -
XYZ 0.54 0.31 0.74 -
YUV 11.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 24 3 21 0 0.88 0.13 0.91 308.57 0.78 0.05
Hex 18 3 15 0 58 D 5B 135 4E 5
Octal 30 3 25 0 130 15 133 465 116 5
Binary 11000 11 10101 0 1011000 1101 1011011 100110101 1001110 101

Color Harmonies of #180315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180315

Black with #180315

Text Example


Text Example

White with #180315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180315; }

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

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

background-color css

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

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

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

border-color css

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

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

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