Html Css Color HEX #250224 Mardi Gras

📋 copy color: '#250224'

red 37 ◦ green 2 ◦ blue 36

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

Shades of Mardi Gras #250224

Tints of Mardi Gras #250224

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.67%

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

R = 49.33%
G = 2.67%
B = 48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.85

RGB Variations

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

Color information

#250224 (or 0x250224) is known color: Mardi Gras. HEX triplet: 25, 02 and 24. RGB value is (37,2,36). Sum of RGB (Red+Green+Blue) = 37+2+36=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 36 (14.45% from 255 or 48% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #250224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250224 is #DAFDDB. Grayscale: #101010. Windows color (decimal): -14351836 or 2359845. OLE color: 2359845.

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

Color convert

RGB 37 2 36 -
CMYK 0 0.95 0.03 0.85
HSL 301.71º 0.9% 0.08% -
HSV(B) 301.71º 0.95% 0.15% -
XYZ 1.1 0.56 1.72 -
YUV 16.34 139.1 142.74 -
System Red Green Blue C M Y K H S L
Decimal 37 2 36 0 0.95 0.03 0.85 301.71 0.9 0.08
Hex 25 2 24 0 5F 3 55 12E 5A 8
Octal 45 2 44 0 137 3 125 456 132 10
Binary 100101 10 100100 0 1011111 11 1010101 100101110 1011010 1000

Color Harmonies of #250224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250224

Black with #250224

Text Example


Text Example

White with #250224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250224; }

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

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

background-color css

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

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

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

border-color css

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

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

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