Html Css Color HEX #250024 Mardi Gras

📋 copy color: '#250024'

red 37 ◦ green 0 ◦ blue 36

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

Shades of Mardi Gras #250024

Tints of Mardi Gras #250024

RGB

 RED value IS 37 (14.84% from 255) = 50.68%

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

 BLUE value IS 36 (14.45% from 255) = 49.32%

R = 50.68%
G = 0%
B = 49.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.85

RGB Variations

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

Color information

#250024 (or 0x250024) is known color: Mardi Gras. HEX triplet: 25, 00 and 24. RGB value is (37,0,36). Sum of RGB (Red+Green+Blue) = 37+0+36=73 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50.68% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 36 (14.45% from 255 or 49.32% from 73); Max value from RGB is 37 - color contains mainly: red. Hex color #250024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250024 is #DAFFDB. Grayscale: #0F0F0F. Windows color (decimal): -14352348 or 2359333. OLE color: 2359333.

HSL color Cylindrical-coordinate representation of color #250024: hue angle of 301.62º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250024 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 0 36 -
CMYK 0 1 0.03 0.85
HSL 301.62º 1% 0.07% -
HSV(B) 301.62º 1% 0.15% -
XYZ 1.08 0.52 1.71 -
YUV 15.17 139.76 143.57 -
System Red Green Blue C M Y K H S L
Decimal 37 0 36 0 1 0.03 0.85 301.62 1 0.07
Hex 25 0 24 0 64 3 55 12E 64 7
Octal 45 0 44 0 144 3 125 456 144 7
Binary 100101 0 100100 0 1100100 11 1010101 100101110 1100100 111

Color Harmonies of #250024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250024

Black with #250024

Text Example


Text Example

White with #250024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250024; }

 p { color: rgb(37,0,36); }

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

background-color css

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

 a { background-color: rgb(37,0,36); }

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

border-color css

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

 span { border-color: rgb(37,0,36); }

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