#25011E

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

Shades of Mardi Gras #25011E

Tints of Mardi Gras #25011E

Color information

#25011E (or 0x25011E) is unknown color: approx Mardi Gras. HEX triplet: 25, 01 and 1E. RGB value is (37,1,30). Sum of RGB (Red+Green+Blue) = 37+1+30=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 30 (12.11% from 255 or 44.12% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #25011E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25011E is #DAFEE1. Grayscale: #0E0E0E. Windows color (decimal): -14352098 or 1966373. OLE color: 1966373.

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

Color convert

RGB37130-
CMYK00.970.190.85
HSL311.67º94.74%7.45%-
HSV(B)311.67º97.3%14.51%-
XYZ1.010.511.27-
YUV15.07136.43143.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 54.41%
GREEN value IS 1 (0.78% from 255) = 1.47%
BLUE value IS 30 (12.11% from 255) = 44.12%
R=54.41%
G=1.47%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3713000.970.190.85311.6794.747.45
Hex2511E06113551385f7
Octal451360141231254701377
Binary100101111110011000011001110101011001110001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25011E; }

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

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

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

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

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

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

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

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