#250028

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

Shades of Mardi Gras #250028

Tints of Mardi Gras #250028

Color information

#250028 (or 0x250028) is unknown color: approx Mardi Gras. HEX triplet: 25, 00 and 28. RGB value is (37,0,40). Sum of RGB (Red+Green+Blue) = 37+0+40=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #250028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250028 is #DAFFD7. Grayscale: #0F0F0F. Windows color (decimal): -14352344 or 2621477. OLE color: 2621477.

HSL color Cylindrical-coordinate representation of color #250028: hue angle of 295.5º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250028 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB37040-
CMYK0.07100.84
HSL295.5º100%7.84%-
HSV(B)295.5º100%15.69%-
XYZ1.150.552.05-
YUV15.62141.76143.25-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 40 (16.02% from 255) = 51.95%
R=48.05%
G=0%
B=51.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal370400.07100.84295.51007.84
Hex25028764054128648
Octal450507144012445014410
Binary100101010100011111001000101010010010100011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250028; }

 p { color: rgb(37,0,40); }

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

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

 a { background-color: rgb(37,0,40); }

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

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

 span { border-color: rgb(37,0,40); }

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