#250626

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

Shades of Mardi Gras #250626

Tints of Mardi Gras #250626

Color information

#250626 (or 0x250626) is unknown color: approx Mardi Gras. HEX triplet: 25, 06 and 26. RGB value is (37,6,38). Sum of RGB (Red+Green+Blue) = 37+6+38=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 6 (2.73% from 255 or 7.41% from 81); Blue value is 38 (15.23% from 255 or 46.91% from 81); Max value from RGB is 38 - color contains mainly: blue. Hex color #250626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250626 is #DAF9D9. Grayscale: #121212. Windows color (decimal): -14350810 or 2491941. OLE color: 2491941.

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

Color convert

RGB37638-
CMYK0.030.8400.85
HSL298.12º72.73%8.63%-
HSV(B)298.12º84.21%14.9%-
XYZ1.180.661.9-
YUV18.92138.77140.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 45.68%
GREEN value IS 6 (2.73% from 255) = 7.41%
BLUE value IS 38 (15.23% from 255) = 46.91%
R=45.68%
G=7.41%
B=46.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal376380.030.8400.85298.1272.738.63
Hex2562635405512a499
Octal456463124012545211111
Binary1001011101001101110101000101010110010101010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250626; }

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

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

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

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

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

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

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

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