#3F083E

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

Shades of Mardi Gras #3F083E

Tints of Mardi Gras #3F083E

Color information

#3F083E (or 0x3F083E) is unknown color: approx Mardi Gras. HEX triplet: 3F, 08 and 3E. RGB value is (63,8,62). Sum of RGB (Red+Green+Blue) = 63+8+62=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 62 (24.61% from 255 or 46.62% from 133); Max value from RGB is 63 - color contains mainly: red. Hex color #3F083E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F083E is #C0F7C1. Grayscale: #1E1E1E. Windows color (decimal): -12646338 or 4065343. OLE color: 4065343.

HSL color Cylindrical-coordinate representation of color #3F083E: hue angle of 301.09º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F083E is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB63862-
CMYK00.870.020.75
HSL301.09º77.46%13.92%-
HSV(B)301.09º87.3%24.71%-
XYZ3.011.584.7-
YUV30.6145.72151.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 47.37%
GREEN value IS 8 (3.52% from 255) = 6.02%
BLUE value IS 62 (24.61% from 255) = 46.62%
R=47.37%
G=6.02%
B=46.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6386200.870.020.75301.0977.4613.92
Hex3F83E05724B12d4de
Octal7710760127211345511516
Binary11111110001111100101011110100101110010110110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F083E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,8,62); }

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

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

 a { background-color: rgb(63,8,62); }

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

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

 span { border-color: rgb(63,8,62); }

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