Html Css Color HEX #250324 Mardi Gras

📋 copy color: '#250324'

red 37 ◦ green 3 ◦ blue 36

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

Shades of Mardi Gras #250324

Tints of Mardi Gras #250324

RGB

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

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

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

R = 48.68%
G = 3.95%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.85

RGB Variations

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

Color information

#250324 (or 0x250324) is known color: Mardi Gras. HEX triplet: 25, 03 and 24. RGB value is (37,3,36). Sum of RGB (Red+Green+Blue) = 37+3+36=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 36 (14.45% from 255 or 47.37% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #250324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250324 is #DAFCDB. Grayscale: #101010. Windows color (decimal): -14351580 or 2360101. OLE color: 2360101.

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

Color convert

RGB 37 3 36 -
CMYK 0 0.92 0.03 0.85
HSL 301.76º 0.85% 0.08% -
HSV(B) 301.76º 0.92% 0.15% -
XYZ 1.11 0.59 1.72 -
YUV 16.93 138.76 142.32 -
System Red Green Blue C M Y K H S L
Decimal 37 3 36 0 0.92 0.03 0.85 301.76 0.85 0.08
Hex 25 3 24 0 5C 3 55 12E 55 8
Octal 45 3 44 0 134 3 125 456 125 10
Binary 100101 11 100100 0 1011100 11 1010101 100101110 1010101 1000

Color Harmonies of #250324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250324

Black with #250324

Text Example


Text Example

White with #250324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250324; }

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

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

background-color css

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

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

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

border-color css

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

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

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