#3F153E

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

Shades of Mardi Gras #3F153E

Tints of Mardi Gras #3F153E

Color information

#3F153E (or 0x3F153E) is unknown color: approx Mardi Gras. HEX triplet: 3F, 15 and 3E. RGB value is (63,21,62). Sum of RGB (Red+Green+Blue) = 63+21+62=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 63 - color contains mainly: red. Hex color #3F153E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F153E is #C0EAC1. Grayscale: #262626. Windows color (decimal): -12643010 or 4068671. OLE color: 4068671.

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

Color convert

RGB632162-
CMYK00.670.020.75
HSL301.43º50%16.47%-
HSV(B)301.43º66.67%24.71%-
XYZ3.191.944.76-
YUV38.23141.41145.67-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 43.15%
GREEN value IS 21 (8.59% from 255) = 14.38%
BLUE value IS 62 (24.61% from 255) = 42.47%
R=43.15%
G=14.38%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63216200.670.020.75301.435016.47
Hex3F153E04324B12d3210
Octal772576010321134556220
Binary111111101011111100100001110100101110010110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F153E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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