#250121

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

Shades of Mardi Gras #250121

Tints of Mardi Gras #250121

Color information

#250121 (or 0x250121) is unknown color: approx Mardi Gras. HEX triplet: 25, 01 and 21. RGB value is (37,1,33). Sum of RGB (Red+Green+Blue) = 37+1+33=71 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.11% from 71); Green value is 1 (0.78% from 255 or 1.41% from 71); Blue value is 33 (13.28% from 255 or 46.48% from 71); Max value from RGB is 37 - color contains mainly: red. Hex color #250121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250121 is #DAFEDE. Grayscale: #0F0F0F. Windows color (decimal): -14352095 or 2162981. OLE color: 2162981.

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

Color convert

RGB37133-
CMYK00.970.110.85
HSL306.67º94.74%7.45%-
HSV(B)306.67º97.3%14.51%-
XYZ1.050.521.48-
YUV15.41137.93143.4-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 52.11%
GREEN value IS 1 (0.78% from 255) = 1.41%
BLUE value IS 33 (13.28% from 255) = 46.48%
R=52.11%
G=1.41%
B=46.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.11
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3713300.970.110.85306.6794.747.45
Hex25121061B551335f7
Octal451410141131254631377
Binary100101110000101100001101110101011001100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250121; }

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

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

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

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

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

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

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

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