#250A25

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

Shades of Mardi Gras #250A25

Tints of Mardi Gras #250A25

Color information

#250A25 (or 0x250A25) is unknown color: approx Mardi Gras. HEX triplet: 25, 0A and 25. RGB value is (37,10,37). Sum of RGB (Red+Green+Blue) = 37+10+37=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 10 (4.30% from 255 or 11.90% from 84); Blue value is 37 (14.84% from 255 or 44.05% from 84); Max value from RGB is 37 - color contains mainly: red, blue. Hex color #250A25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250A25 is #DAF5DA. Grayscale: #151515. Windows color (decimal): -14349787 or 2427429. OLE color: 2427429.

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

Color convert

RGB371037-
CMYK00.7300.85
HSL300º57.45%9.22%-
HSV(B)300º72.97%14.51%-
XYZ1.210.741.83-
YUV21.15136.95139.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 44.05%
GREEN value IS 10 (4.30% from 255) = 11.90%
BLUE value IS 37 (14.84% from 255) = 44.05%
R=44.05%
G=11.90%
B=44.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37103700.7300.8530057.459.22
Hex25A2504905512c399
Octal451245011101254547111
Binary100101101010010101001001010101011001011001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250A25; }

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

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

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

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

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

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

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

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