Html Css Color HEX #250724 Mardi Gras

📋 copy color: '#250724'

red 37 ◦ green 7 ◦ blue 36

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

Shades of Mardi Gras #250724

Tints of Mardi Gras #250724

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.75%

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

R = 46.25%
G = 8.75%
B = 45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.85

RGB Variations

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

Color information

#250724 (or 0x250724) is known color: Mardi Gras. HEX triplet: 25, 07 and 24. RGB value is (37,7,36). Sum of RGB (Red+Green+Blue) = 37+7+36=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 7 (3.12% from 255 or 8.75% from 80); Blue value is 36 (14.45% from 255 or 45% from 80); Max value from RGB is 37 - color contains mainly: red. Hex color #250724 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250724 is #DAF8DB. Grayscale: #131313. Windows color (decimal): -14350556 or 2361125. OLE color: 2361125.

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

Color convert

RGB 37 7 36 -
CMYK 0 0.81 0.03 0.85
HSL 302º 0.68% 0.09% -
HSV(B) 302º 0.81% 0.15% -
XYZ 1.16 0.67 1.74 -
YUV 19.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 37 7 36 0 0.81 0.03 0.85 302 0.68 0.09
Hex 25 7 24 0 51 3 55 12E 44 9
Octal 45 7 44 0 121 3 125 456 104 11
Binary 100101 111 100100 0 1010001 11 1010101 100101110 1000100 1001

Color Harmonies of #250724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250724

Black with #250724

Text Example


Text Example

White with #250724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250724; }

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

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

background-color css

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

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

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

border-color css

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

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

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