#250120

Color #250120 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #250120

Tints of Mardi Gras #250120

Color information

#250120 (or 0x250120) is unknown color: approx Mardi Gras. HEX triplet: 25, 01 and 20. RGB value is (37,1,32). Sum of RGB (Red+Green+Blue) = 37+1+32=70 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.86% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 32 (12.89% from 255 or 45.71% from 70); Max value from RGB is 37 - color contains mainly: red. Hex color #250120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250120 is #DAFEDF. Grayscale: #0F0F0F. Windows color (decimal): -14352096 or 2097445. OLE color: 2097445.

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

Color convert

RGB37132-
CMYK00.970.140.85
HSL308.33º94.74%7.45%-
HSV(B)308.33º97.3%14.51%-
XYZ1.030.521.41-
YUV15.3137.43143.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 52.86%
GREEN value IS 1 (0.78% from 255) = 1.43%
BLUE value IS 32 (12.89% from 255) = 45.71%
R=52.86%
G=1.43%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3713200.970.140.85308.3394.747.45
Hex25120061E551345f7
Octal451400141161254641377
Binary100101110000001100001111010101011001101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250120; }

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

 H1.HeaderClassName
 {
   color: #250120;
 }
 .AnyTagClassName
 {
   color: #250120;
 }
</style>
background-color css

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

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

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

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

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

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