#250225

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

Shades of Mardi Gras #250225

Tints of Mardi Gras #250225

Color information

#250225 (or 0x250225) is unknown color: approx Mardi Gras. HEX triplet: 25, 02 and 25. RGB value is (37,2,37). Sum of RGB (Red+Green+Blue) = 37+2+37=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 37 (14.84% from 255 or 48.68% from 76); Max value from RGB is 37 - color contains mainly: red, blue. Hex color #250225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250225 is #DAFDDA. Grayscale: #101010. Windows color (decimal): -14351835 or 2425381. OLE color: 2425381.

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

Color convert

RGB37237-
CMYK00.9500.85
HSL300º89.74%7.65%-
HSV(B)300º94.59%14.51%-
XYZ1.120.571.8-
YUV16.45139.6142.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.68%
GREEN value IS 2 (1.17% from 255) = 2.63%
BLUE value IS 37 (14.84% from 255) = 48.68%
R=48.68%
G=2.63%
B=48.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3723700.9500.8530089.747.65
Hex2522505F05512c5a8
Octal452450137012545413210
Binary10010110100101010111110101010110010110010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250225; }

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

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

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

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

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

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

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

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