#3F1845

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

Shades of Mardi Gras #3F1845

Tints of Mardi Gras #3F1845

Color information

#3F1845 (or 0x3F1845) is unknown color: approx Mardi Gras. HEX triplet: 3F, 18 and 45. RGB value is (63,24,69). Sum of RGB (Red+Green+Blue) = 63+24+69=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 69 (27.34% from 255 or 44.23% from 156); Max value from RGB is 69 - color contains mainly: blue. Hex color #3F1845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1845 is #C0E7BA. Grayscale: #282828. Windows color (decimal): -12642235 or 4528191. OLE color: 4528191.

HSL color Cylindrical-coordinate representation of color #3F1845: hue angle of 292º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F1845 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB632469-
CMYK0.090.6500.73
HSL292º48.39%18.24%-
HSV(B)292º65.22%27.06%-
XYZ3.452.145.86-
YUV40.79143.92143.84-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.38%
GREEN value IS 24 (9.77% from 255) = 15.38%
BLUE value IS 69 (27.34% from 255) = 44.23%
R=40.38%
G=15.38%
B=44.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6324690.090.6500.7329248.3918.24
Hex3F18459410491243012
Octal77301051110101114446022
Binary111111110001000101100110000010100100110010010011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F1845; }

 p { color: rgb(63,24,69); }

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

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

 a { background-color: rgb(63,24,69); }

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

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

 span { border-color: rgb(63,24,69); }

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