Html Css Color HEX #3C063E Mardi Gras

📋 copy color: '#3C063E'

red 60 ◦ green 6 ◦ blue 62

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

Shades of Mardi Gras #3C063E

Tints of Mardi Gras #3C063E

RGB

 RED value IS 60 (23.83% from 255) = 46.88%

 GREEN value IS 6 (2.73% from 255) = 4.69%

 BLUE value IS 62 (24.61% from 255) = 48.44%

R = 46.88%
G = 4.69%
B = 48.44%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3C063E (or 0x3C063E) is known color: Mardi Gras. HEX triplet: 3C, 06 and 3E. RGB value is (60,6,62). Sum of RGB (Red+Green+Blue) = 60+6+62=128 (16% of max value = 765). Red value is 60 (23.83% from 255 or 46.88% from 128); Green value is 6 (2.73% from 255 or 4.69% from 128); Blue value is 62 (24.61% from 255 or 48.44% from 128); Max value from RGB is 62 - color contains mainly: blue. Hex color #3C063E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C063E is #C3F9C1. Grayscale: #1C1C1C. Windows color (decimal): -12843458 or 4064828. OLE color: 4064828.

HSL color Cylindrical-coordinate representation of color #3C063E: hue angle of 297.86º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C063E is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 6 62 -
CMYK 0.03 0.90 0 0.76
HSL 297.86º 0.82% 0.13% -
HSV(B) 297.86º 0.9% 0.24% -
XYZ 2.8 1.44 4.69 -
YUV 28.53 146.89 150.45 -
System Red Green Blue C M Y K H S L
Decimal 60 6 62 0.03 0.90 0 0.76 297.86 0.82 0.13
Hex 3C 6 3E 3 5A 0 4C 12A 52 D
Octal 74 6 76 3 132 0 114 452 122 15
Binary 111100 110 111110 11 1011010 0 1001100 100101010 1010010 1101

Color Harmonies of #3C063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C063E

Black with #3C063E

Text Example


Text Example

White with #3C063E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,6,62); }

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

background-color css

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

 a { background-color: rgb(60,6,62); }

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

border-color css

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

 span { border-color: rgb(60,6,62); }

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