Html Css Color HEX #3C0D3F Mardi Gras

📋 copy color: '#3C0D3F'

red 60 ◦ green 13 ◦ blue 63

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

Shades of Mardi Gras #3C0D3F

Tints of Mardi Gras #3C0D3F

RGB

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

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

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

R = 44.12%
G = 9.56%
B = 46.32%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3C0D3F (or 0x3C0D3F) is known color: Mardi Gras. HEX triplet: 3C, 0D and 3F. RGB value is (60,13,63). Sum of RGB (Red+Green+Blue) = 60+13+63=136 (18% of max value = 765). Red value is 60 (23.83% from 255 or 44.12% from 136); Green value is 13 (5.47% from 255 or 9.56% from 136); Blue value is 63 (25% from 255 or 46.32% from 136); Max value from RGB is 63 - color contains mainly: blue. Hex color #3C0D3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0D3F is #C3F2C0. Grayscale: #202020. Windows color (decimal): -12841665 or 4132156. OLE color: 4132156.

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

Color convert

RGB 60 13 63 -
CMYK 0.05 0.79 0 0.75
HSL 296.4º 0.66% 0.15% -
HSV(B) 296.4º 0.79% 0.25% -
XYZ 2.9 1.61 4.86 -
YUV 32.75 145.07 147.43 -
System Red Green Blue C M Y K H S L
Decimal 60 13 63 0.05 0.79 0 0.75 296.4 0.66 0.15
Hex 3C D 3F 5 4F 0 4B 128 42 F
Octal 74 15 77 5 117 0 113 450 102 17
Binary 111100 1101 111111 101 1001111 0 1001011 100101000 1000010 1111

Color Harmonies of #3C0D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0D3F

Black with #3C0D3F

Text Example


Text Example

White with #3C0D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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