Html Css Color HEX #3C093F Mardi Gras

📋 copy color: '#3C093F'

red 60 ◦ green 9 ◦ blue 63

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

Shades of Mardi Gras #3C093F

Tints of Mardi Gras #3C093F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.82%

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

R = 45.45%
G = 6.82%
B = 47.73%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3C093F (or 0x3C093F) is known color: Mardi Gras. HEX triplet: 3C, 09 and 3F. RGB value is (60,9,63). Sum of RGB (Red+Green+Blue) = 60+9+63=132 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.45% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 63 - color contains mainly: blue. Hex color #3C093F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C093F is #C3F6C0. Grayscale: #1E1E1E. Windows color (decimal): -12842689 or 4131132. OLE color: 4131132.

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

Color convert

RGB 60 9 63 -
CMYK 0.05 0.86 0 0.75
HSL 296.67º 0.75% 0.14% -
HSV(B) 296.67º 0.86% 0.25% -
XYZ 2.86 1.51 4.84 -
YUV 30.41 146.4 149.11 -
System Red Green Blue C M Y K H S L
Decimal 60 9 63 0.05 0.86 0 0.75 296.67 0.75 0.14
Hex 3C 9 3F 5 56 0 4B 129 4B E
Octal 74 11 77 5 126 0 113 451 113 16
Binary 111100 1001 111111 101 1010110 0 1001011 100101001 1001011 1110

Color Harmonies of #3C093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C093F

Black with #3C093F

Text Example


Text Example

White with #3C093F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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