#250D28

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

Shades of Mardi Gras #250D28

Tints of Mardi Gras #250D28

Color information

#250D28 (or 0x250D28) is unknown color: approx Mardi Gras. HEX triplet: 25, 0D and 28. RGB value is (37,13,40). Sum of RGB (Red+Green+Blue) = 37+13+40=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 13 (5.47% from 255 or 14.44% from 90); Blue value is 40 (16.02% from 255 or 44.44% from 90); Max value from RGB is 40 - color contains mainly: blue. Hex color #250D28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250D28 is #DAF2D7. Grayscale: #171717. Windows color (decimal): -14349016 or 2624805. OLE color: 2624805.

HSL color Cylindrical-coordinate representation of color #250D28: hue angle of 293.33º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #250D28 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB371340-
CMYK0.070.6700.84
HSL293.33º50.94%10.39%-
HSV(B)293.33º67.5%15.69%-
XYZ1.290.832.1-
YUV23.25137.45137.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.11%
GREEN value IS 13 (5.47% from 255) = 14.44%
BLUE value IS 40 (16.02% from 255) = 44.44%
R=41.11%
G=14.44%
B=44.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3713400.070.6700.84293.3350.9410.39
Hex25D2874305412533a
Octal451550710301244456312
Binary10010111011010001111000011010101001001001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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