Html Css Color HEX #3C093D Mardi Gras

📋 copy color: '#3C093D'

red 60 ◦ green 9 ◦ blue 61

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

Shades of Mardi Gras #3C093D

Tints of Mardi Gras #3C093D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 46.92%

R = 46.15%
G = 6.92%
B = 46.92%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3C093D (or 0x3C093D) is known color: Mardi Gras. HEX triplet: 3C, 09 and 3D. RGB value is (60,9,61). Sum of RGB (Red+Green+Blue) = 60+9+61=130 (17% of max value = 765). Red value is 60 (23.83% from 255 or 46.15% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 61 - color contains mainly: blue. Hex color #3C093D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C093D is #C3F6C2. Grayscale: #1E1E1E. Windows color (decimal): -12842691 or 4000060. OLE color: 4000060.

HSL color Cylindrical-coordinate representation of color #3C093D: hue angle of 298.85º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C093D is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 9 61 -
CMYK 0.02 0.85 0 0.76
HSL 298.85º 0.74% 0.14% -
HSV(B) 298.85º 0.85% 0.24% -
XYZ 2.8 1.49 4.56 -
YUV 30.18 145.4 149.27 -
System Red Green Blue C M Y K H S L
Decimal 60 9 61 0.02 0.85 0 0.76 298.85 0.74 0.14
Hex 3C 9 3D 2 55 0 4C 12B 4A E
Octal 74 11 75 2 125 0 114 453 112 16
Binary 111100 1001 111101 10 1010101 0 1001100 100101011 1001010 1110

Color Harmonies of #3C093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C093D

Black with #3C093D

Text Example


Text Example

White with #3C093D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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