#250A28

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

Shades of Mardi Gras #250A28

Tints of Mardi Gras #250A28

Color information

#250A28 (or 0x250A28) is unknown color: approx Mardi Gras. HEX triplet: 25, 0A and 28. RGB value is (37,10,40). Sum of RGB (Red+Green+Blue) = 37+10+40=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 10 (4.30% from 255 or 11.49% from 87); Blue value is 40 (16.02% from 255 or 45.98% from 87); Max value from RGB is 40 - color contains mainly: blue. Hex color #250A28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250A28 is #DAF5D7. Grayscale: #151515. Windows color (decimal): -14349784 or 2624037. OLE color: 2624037.

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

Color convert

RGB371040-
CMYK0.070.7500.84
HSL294º60%9.8%-
HSV(B)294º75%15.69%-
XYZ1.250.762.09-
YUV21.49138.45139.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.53%
GREEN value IS 10 (4.30% from 255) = 11.49%
BLUE value IS 40 (16.02% from 255) = 45.98%
R=42.53%
G=11.49%
B=45.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3710400.070.7500.84294609.8
Hex25A2874B0541263ca
Octal451250711301244467412
Binary10010110101010001111001011010101001001001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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