Html Css Color HEX #250524 Mardi Gras

📋 copy color: '#250524'

red 37 ◦ green 5 ◦ blue 36

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

Shades of Mardi Gras #250524

Tints of Mardi Gras #250524

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.41%

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

R = 47.44%
G = 6.41%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.85

RGB Variations

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

Color information

#250524 (or 0x250524) is known color: Mardi Gras. HEX triplet: 25, 05 and 24. RGB value is (37,5,36). Sum of RGB (Red+Green+Blue) = 37+5+36=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 36 (14.45% from 255 or 46.15% from 78); Max value from RGB is 37 - color contains mainly: red. Hex color #250524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250524 is #DAFADB. Grayscale: #121212. Windows color (decimal): -14351068 or 2360613. OLE color: 2360613.

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

Color convert

RGB 37 5 36 -
CMYK 0 0.86 0.03 0.85
HSL 301.88º 0.76% 0.08% -
HSV(B) 301.88º 0.86% 0.15% -
XYZ 1.14 0.63 1.73 -
YUV 18.1 138.1 141.48 -
System Red Green Blue C M Y K H S L
Decimal 37 5 36 0 0.86 0.03 0.85 301.88 0.76 0.08
Hex 25 5 24 0 56 3 55 12E 4C 8
Octal 45 5 44 0 126 3 125 456 114 10
Binary 100101 101 100100 0 1010110 11 1010101 100101110 1001100 1000

Color Harmonies of #250524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250524

Black with #250524

Text Example


Text Example

White with #250524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250524; }

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

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

background-color css

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

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

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

border-color css

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

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

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