Html Css Color HEX #3C083F Mardi Gras

📋 copy color: '#3C083F'

red 60 ◦ green 8 ◦ blue 63

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

Shades of Mardi Gras #3C083F

Tints of Mardi Gras #3C083F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.11%

 BLUE value IS 63 (25% from 255) = 48.09%

R = 45.8%
G = 6.11%
B = 48.09%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3C083F (or 0x3C083F) is known color: Mardi Gras. HEX triplet: 3C, 08 and 3F. RGB value is (60,8,63). Sum of RGB (Red+Green+Blue) = 60+8+63=131 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.80% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 63 - color contains mainly: blue. Hex color #3C083F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C083F is #C3F7C0. Grayscale: #1D1D1D. Windows color (decimal): -12842945 or 4130876. OLE color: 4130876.

HSL color Cylindrical-coordinate representation of color #3C083F: hue angle of 296.73º 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 #3C083F is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 60 8 63 -
CMYK 0.05 0.87 0 0.75
HSL 296.73º 0.77% 0.14% -
HSV(B) 296.73º 0.87% 0.25% -
XYZ 2.85 1.49 4.84 -
YUV 29.82 146.73 149.53 -
System Red Green Blue C M Y K H S L
Decimal 60 8 63 0.05 0.87 0 0.75 296.73 0.77 0.14
Hex 3C 8 3F 5 57 0 4B 129 4D E
Octal 74 10 77 5 127 0 113 451 115 16
Binary 111100 1000 111111 101 1010111 0 1001011 100101001 1001101 1110

Color Harmonies of #3C083F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C083F

Black with #3C083F

Text Example


Text Example

White with #3C083F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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