#250025

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

Shades of Mardi Gras #250025

Tints of Mardi Gras #250025

Color information

#250025 (or 0x250025) is unknown color: approx Mardi Gras. HEX triplet: 25, 00 and 25. RGB value is (37,0,37). Sum of RGB (Red+Green+Blue) = 37+0+37=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 37 (14.84% from 255 or 50% from 74); Max value from RGB is 37 - color contains mainly: red, blue. Hex color #250025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250025 is #DAFFDA. Grayscale: #0F0F0F. Windows color (decimal): -14352347 or 2424869. OLE color: 2424869.

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

Color convert

RGB37037-
CMYK0100.85
HSL300º100%7.25%-
HSV(B)300º100%14.51%-
XYZ1.10.531.79-
YUV15.28140.26143.49-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 50%
R=50%
G=0%
B=50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal370370100.853001007.25
Hex2502506405512c647
Octal45045014401254541447
Binary100101010010101100100010101011001011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250025; }

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

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

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

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

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

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

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

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