#3F0338

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

Shades of Mardi Gras #3F0338

Tints of Mardi Gras #3F0338

Color information

#3F0338 (or 0x3F0338) is unknown color: approx Mardi Gras. HEX triplet: 3F, 03 and 38. RGB value is (63,3,56). Sum of RGB (Red+Green+Blue) = 63+3+56=122 (16% of max value = 765). Red value is 63 (25% from 255 or 51.64% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 56 (22.27% from 255 or 45.90% from 122); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0338 is #C0FCC7. Grayscale: #1A1A1A. Windows color (decimal): -12647624 or 3670847. OLE color: 3670847.

HSL color Cylindrical-coordinate representation of color #3F0338: hue angle of 307º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0338 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB63356-
CMYK00.950.110.75
HSL307º90.91%12.94%-
HSV(B)307º95.24%24.71%-
XYZ2.81.413.87-
YUV26.98144.38153.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 51.64%
GREEN value IS 3 (1.56% from 255) = 2.46%
BLUE value IS 56 (22.27% from 255) = 45.90%
R=51.64%
G=2.46%
B=45.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6335600.950.110.7530790.9112.94
Hex3F33805FB4B1335bd
Octal7737001371311346313315
Binary11111111111000010111111011100101110011001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,3,56); }

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

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

 a { background-color: rgb(63,3,56); }

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

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

 span { border-color: rgb(63,3,56); }

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