#250C25

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

Shades of Mardi Gras #250C25

Tints of Mardi Gras #250C25

Color information

#250C25 (or 0x250C25) is unknown color: approx Mardi Gras. HEX triplet: 25, 0C and 25. RGB value is (37,12,37). Sum of RGB (Red+Green+Blue) = 37+12+37=86 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.02% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 37 (14.84% from 255 or 43.02% from 86); Max value from RGB is 37 - color contains mainly: red, blue. Hex color #250C25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C25 is #DAF3DA. Grayscale: #161616. Windows color (decimal): -14349275 or 2427941. OLE color: 2427941.

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

Color convert

RGB371237-
CMYK00.6800.85
HSL300º51.02%9.61%-
HSV(B)300º67.57%14.51%-
XYZ1.230.791.84-
YUV22.32136.28138.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.02%
GREEN value IS 12 (5.08% from 255) = 13.95%
BLUE value IS 37 (14.84% from 255) = 43.02%
R=43.02%
G=13.95%
B=43.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37123700.6800.8530051.029.61
Hex25C2504405512c33a
Octal451445010401254546312
Binary100101110010010101000100010101011001011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,12,37); }

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

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

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

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

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

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

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