#250526

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

Shades of Mardi Gras #250526

Tints of Mardi Gras #250526

Color information

#250526 (or 0x250526) is unknown color: approx Mardi Gras. HEX triplet: 25, 05 and 26. RGB value is (37,5,38). Sum of RGB (Red+Green+Blue) = 37+5+38=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 38 (15.23% from 255 or 47.5% from 80); Max value from RGB is 38 - color contains mainly: blue. Hex color #250526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250526 is #DAFAD9. Grayscale: #121212. Windows color (decimal): -14351066 or 2491685. OLE color: 2491685.

HSL color Cylindrical-coordinate representation of color #250526: hue angle of 298.18º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #250526 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB37538-
CMYK0.030.8700.85
HSL298.18º76.74%8.43%-
HSV(B)298.18º86.84%14.9%-
XYZ1.170.641.9-
YUV18.33139.1141.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 46.25%
GREEN value IS 5 (2.34% from 255) = 6.25%
BLUE value IS 38 (15.23% from 255) = 47.5%
R=46.25%
G=6.25%
B=47.5%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal375380.030.8700.85298.1876.748.43
Hex2552635705512a4d8
Octal455463127012545211510
Binary1001011011001101110101110101010110010101010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250526; }

 p { color: rgb(37,5,38); }

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

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

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

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

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

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

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