Html Css Color HEX #3E0D3B Mardi Gras

📋 copy color: '#3E0D3B'

red 62 ◦ green 13 ◦ blue 59

#3E0D3B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #3E0D3B

Tints of Mardi Gras #3E0D3B

RGB

 RED value IS 62 (24.61% from 255) = 46.27%

 GREEN value IS 13 (5.47% from 255) = 9.7%

 BLUE value IS 59 (23.44% from 255) = 44.03%

R = 46.27%
G = 9.7%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.76

RGB Variations

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

Color information

#3E0D3B (or 0x3E0D3B) is known color: Mardi Gras. HEX triplet: 3E, 0D and 3B. RGB value is (62,13,59). Sum of RGB (Red+Green+Blue) = 62+13+59=134 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.27% from 134); Green value is 13 (5.47% from 255 or 9.70% from 134); Blue value is 59 (23.44% from 255 or 44.03% from 134); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0D3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0D3B is #C1F2C4. Grayscale: #202020. Windows color (decimal): -12710597 or 3870014. OLE color: 3870014.

HSL color Cylindrical-coordinate representation of color #3E0D3B: hue angle of 303.67º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E0D3B is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 13 59 -
CMYK 0 0.79 0.05 0.76
HSL 303.67º 0.65% 0.15% -
HSV(B) 303.67º 0.79% 0.24% -
XYZ 2.92 1.63 4.3 -
YUV 32.9 142.73 148.76 -
System Red Green Blue C M Y K H S L
Decimal 62 13 59 0 0.79 0.05 0.76 303.67 0.65 0.15
Hex 3E D 3B 0 4F 5 4C 130 41 F
Octal 76 15 73 0 117 5 114 460 101 17
Binary 111110 1101 111011 0 1001111 101 1001100 100110000 1000001 1111

Color Harmonies of #3E0D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0D3B

Black with #3E0D3B

Text Example


Text Example

White with #3E0D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,13,59); }

 H1.HeaderClassName
 {
   color: #3E0D3B;
 }
 .AnyTagClassName
 {
   color: #3E0D3B;
 }
</style>

background-color css

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

 a { background-color: rgb(62,13,59); }

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

border-color css

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

 span { border-color: rgb(62,13,59); }

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