#25001E

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

Shades of Mardi Gras #25001E

Tints of Mardi Gras #25001E

Color information

#25001E (or 0x25001E) is unknown color: approx Mardi Gras. HEX triplet: 25, 00 and 1E. RGB value is (37,0,30). Sum of RGB (Red+Green+Blue) = 37+0+30=67 (8% of max value = 765). Red value is 37 (14.84% from 255 or 55.22% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 37 - color contains mainly: red. Hex color #25001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25001E is #DAFFE1. Grayscale: #0E0E0E. Windows color (decimal): -14352354 or 1966117. OLE color: 1966117.

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

Color convert

RGB37030-
CMYK010.190.85
HSL311.35º100%7.25%-
HSV(B)311.35º100%14.51%-
XYZ10.491.27-
YUV14.48136.76144.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 55.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 44.78%
R=55.22%
G=0%
B=44.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37030010.190.85311.351007.25
Hex2501E0641355137647
Octal450360144231254671447
Binary100101011110011001001001110101011001101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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