#250321

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

Shades of Mardi Gras #250321

Tints of Mardi Gras #250321

Color information

#250321 (or 0x250321) is unknown color: approx Mardi Gras. HEX triplet: 25, 03 and 21. RGB value is (37,3,33). Sum of RGB (Red+Green+Blue) = 37+3+33=73 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50.68% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 33 (13.28% from 255 or 45.21% from 73); Max value from RGB is 37 - color contains mainly: red. Hex color #250321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250321 is #DAFCDE. Grayscale: #101010. Windows color (decimal): -14351583 or 2163493. OLE color: 2163493.

HSL color Cylindrical-coordinate representation of color #250321: hue angle of 307.06º 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 #250321 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.85.

Color convert

RGB37333-
CMYK00.920.110.85
HSL307.06º85%7.84%-
HSV(B)307.06º91.89%14.51%-
XYZ1.070.571.49-
YUV16.59137.26142.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 50.68%
GREEN value IS 3 (1.56% from 255) = 4.11%
BLUE value IS 33 (13.28% from 255) = 45.21%
R=50.68%
G=4.11%
B=45.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.11
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3733300.920.110.85307.06857.84
Hex2532105CB55133558
Octal4534101341312546312510
Binary10010111100001010111001011101010110011001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250321; }

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

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

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

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

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

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

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

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