#250326

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

Shades of Mardi Gras #250326

Tints of Mardi Gras #250326

Color information

#250326 (or 0x250326) is unknown color: approx Mardi Gras. HEX triplet: 25, 03 and 26. RGB value is (37,3,38). Sum of RGB (Red+Green+Blue) = 37+3+38=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 38 (15.23% from 255 or 48.72% from 78); Max value from RGB is 38 - color contains mainly: blue. Hex color #250326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250326 is #DAFCD9. Grayscale: #111111. Windows color (decimal): -14351578 or 2491173. OLE color: 2491173.

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

Color convert

RGB37338-
CMYK0.030.9200.85
HSL298.29º85.37%8.04%-
HSV(B)298.29º92.11%14.9%-
XYZ1.150.61.89-
YUV17.16139.76142.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 47.44%
GREEN value IS 3 (1.56% from 255) = 3.85%
BLUE value IS 38 (15.23% from 255) = 48.72%
R=47.44%
G=3.85%
B=48.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal373380.030.9200.85298.2985.378.04
Hex2532635C05512a558
Octal453463134012545212510
Binary100101111001101110111000101010110010101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250326; }

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

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

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

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

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

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

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

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