Html Css Color HEX #250824 Mardi Gras

📋 copy color: '#250824'

red 37 ◦ green 8 ◦ blue 36

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

Shades of Mardi Gras #250824

Tints of Mardi Gras #250824

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.88%

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

R = 45.68%
G = 9.88%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.85

RGB Variations

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

Color information

#250824 (or 0x250824) is known color: Mardi Gras. HEX triplet: 25, 08 and 24. RGB value is (37,8,36). Sum of RGB (Red+Green+Blue) = 37+8+36=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 8 (3.52% from 255 or 9.88% from 81); Blue value is 36 (14.45% from 255 or 44.44% from 81); Max value from RGB is 37 - color contains mainly: red. Hex color #250824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250824 is #DAF7DB. Grayscale: #131313. Windows color (decimal): -14350300 or 2361381. OLE color: 2361381.

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

Color convert

RGB 37 8 36 -
CMYK 0 0.78 0.03 0.85
HSL 302.07º 0.64% 0.09% -
HSV(B) 302.07º 0.78% 0.15% -
XYZ 1.17 0.69 1.74 -
YUV 19.86 137.11 140.22 -
System Red Green Blue C M Y K H S L
Decimal 37 8 36 0 0.78 0.03 0.85 302.07 0.64 0.09
Hex 25 8 24 0 4E 3 55 12E 40 9
Octal 45 10 44 0 116 3 125 456 100 11
Binary 100101 1000 100100 0 1001110 11 1010101 100101110 1000000 1001

Color Harmonies of #250824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250824

Black with #250824

Text Example


Text Example

White with #250824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250824; }

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

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

background-color css

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

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

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

border-color css

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

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

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