Html Css Color HEX #180319 Mardi Gras

📋 copy color: '#180319'

red 24 ◦ green 3 ◦ blue 25

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

Shades of Mardi Gras #180319

Tints of Mardi Gras #180319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 48.08%

R = 46.15%
G = 5.77%
B = 48.08%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#180319 (or 0x180319) is known color: Mardi Gras. HEX triplet: 18, 03 and 19. RGB value is (24,3,25). Sum of RGB (Red+Green+Blue) = 24+3+25=52 (6% of max value = 765). Red value is 24 (9.77% from 255 or 46.15% from 52); Green value is 3 (1.56% from 255 or 5.77% from 52); Blue value is 25 (10.16% from 255 or 48.08% from 52); Max value from RGB is 25 - color contains mainly: blue. Hex color #180319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180319 is #E7FCE6. Grayscale: #0B0B0B. Windows color (decimal): -15203559 or 1639192. OLE color: 1639192.

HSL color Cylindrical-coordinate representation of color #180319: hue angle of 297.27º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #180319 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 24 3 25 -
CMYK 0.04 0.88 0 0.90
HSL 297.27º 0.79% 0.05% -
HSV(B) 297.27º 0.88% 0.1% -
XYZ 0.58 0.33 0.95 -
YUV 11.79 135.46 136.71 -
System Red Green Blue C M Y K H S L
Decimal 24 3 25 0.04 0.88 0 0.90 297.27 0.79 0.05
Hex 18 3 19 4 58 0 5A 129 4F 5
Octal 30 3 31 4 130 0 132 451 117 5
Binary 11000 11 11001 100 1011000 0 1011010 100101001 1001111 101

Color Harmonies of #180319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180319

Black with #180319

Text Example


Text Example

White with #180319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180319; }

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

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

background-color css

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

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

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

border-color css

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

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

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