#250026

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

Shades of Mardi Gras #250026

Tints of Mardi Gras #250026

Color information

#250026 (or 0x250026) is unknown color: approx Mardi Gras. HEX triplet: 25, 00 and 26. RGB value is (37,0,38). Sum of RGB (Red+Green+Blue) = 37+0+38=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 38 (15.23% from 255 or 50.67% from 75); Max value from RGB is 38 - color contains mainly: blue. Hex color #250026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250026 is #DAFFD9. Grayscale: #0F0F0F. Windows color (decimal): -14352346 or 2490405. OLE color: 2490405.

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

Color convert

RGB37038-
CMYK0.03100.85
HSL298.42º100%7.45%-
HSV(B)298.42º100%14.9%-
XYZ1.110.531.88-
YUV15.4140.76143.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 49.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 50.67%
R=49.33%
G=0%
B=50.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal370380.03100.85298.421007.45
Hex2502636405512a647
Octal45046314401254521447
Binary1001010100110111100100010101011001010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250026; }

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

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

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

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

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

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

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

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