#250E28

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

Shades of Mardi Gras #250E28

Tints of Mardi Gras #250E28

Color information

#250E28 (or 0x250E28) is unknown color: approx Mardi Gras. HEX triplet: 25, 0E and 28. RGB value is (37,14,40). Sum of RGB (Red+Green+Blue) = 37+14+40=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 14 (5.86% from 255 or 15.38% from 91); Blue value is 40 (16.02% from 255 or 43.96% from 91); Max value from RGB is 40 - color contains mainly: blue. Hex color #250E28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250E28 is #DAF1D7. Grayscale: #171717. Windows color (decimal): -14348760 or 2625061. OLE color: 2625061.

HSL color Cylindrical-coordinate representation of color #250E28: hue angle of 293.08º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #250E28 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB371440-
CMYK0.070.6500.84
HSL293.08º48.15%10.59%-
HSV(B)293.08º65%15.69%-
XYZ1.30.862.1-
YUV23.84137.12137.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.66%
GREEN value IS 14 (5.86% from 255) = 15.38%
BLUE value IS 40 (16.02% from 255) = 43.96%
R=40.66%
G=15.38%
B=43.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3714400.070.6500.84293.0848.1510.59
Hex25E2874105412530b
Octal451650710101244456013
Binary10010111101010001111000001010101001001001011100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,14,40); }

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

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

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

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

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

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

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