Html Css Color HEX #250320 Mardi Gras

📋 copy color: '#250320'

red 37 ◦ green 3 ◦ blue 32

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

Shades of Mardi Gras #250320

Tints of Mardi Gras #250320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 44.44%

R = 51.39%
G = 4.17%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.85

RGB Variations

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

Color information

#250320 (or 0x250320) is known color: Mardi Gras. HEX triplet: 25, 03 and 20. RGB value is (37,3,32). Sum of RGB (Red+Green+Blue) = 37+3+32=72 (9% of max value = 765). Red value is 37 (14.84% from 255 or 51.39% from 72); Green value is 3 (1.56% from 255 or 4.17% from 72); Blue value is 32 (12.89% from 255 or 44.44% from 72); Max value from RGB is 37 - color contains mainly: red. Hex color #250320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250320 is #DAFCDF. Grayscale: #101010. Windows color (decimal): -14351584 or 2097957. OLE color: 2097957.

HSL color Cylindrical-coordinate representation of color #250320: hue angle of 308.82º 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 #250320 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 3 32 -
CMYK 0 0.92 0.14 0.85
HSL 308.82º 0.85% 0.08% -
HSV(B) 308.82º 0.92% 0.15% -
XYZ 1.06 0.56 1.42 -
YUV 16.47 136.76 142.64 -
System Red Green Blue C M Y K H S L
Decimal 37 3 32 0 0.92 0.14 0.85 308.82 0.85 0.08
Hex 25 3 20 0 5C E 55 135 55 8
Octal 45 3 40 0 134 16 125 465 125 10
Binary 100101 11 100000 0 1011100 1110 1010101 100110101 1010101 1000

Color Harmonies of #250320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250320

Black with #250320

Text Example


Text Example

White with #250320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250320; }

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

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

background-color css

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

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

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

border-color css

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

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

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