Html Css Color HEX #3C223F Mardi Gras

📋 copy color: '#3C223F'

red 60 ◦ green 34 ◦ blue 63

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

Shades of Mardi Gras #3C223F

Tints of Mardi Gras #3C223F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.66%

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

R = 38.22%
G = 21.66%
B = 40.13%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3C223F (or 0x3C223F) is known color: Mardi Gras. HEX triplet: 3C, 22 and 3F. RGB value is (60,34,63). Sum of RGB (Red+Green+Blue) = 60+34+63=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 63 - color contains mainly: blue. Hex color #3C223F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C223F is #C3DDC0. Grayscale: #2C2C2C. Windows color (decimal): -12836289 or 4137532. OLE color: 4137532.

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

Color convert

RGB 60 34 63 -
CMYK 0.05 0.46 0 0.75
HSL 293.79º 0.3% 0.19% -
HSV(B) 293.79º 0.46% 0.25% -
XYZ 3.33 2.46 5 -
YUV 45.08 138.11 138.64 -
System Red Green Blue C M Y K H S L
Decimal 60 34 63 0.05 0.46 0 0.75 293.79 0.3 0.19
Hex 3C 22 3F 5 2E 0 4B 126 1E 13
Octal 74 42 77 5 56 0 113 446 36 23
Binary 111100 100010 111111 101 101110 0 1001011 100100110 11110 10011

Color Harmonies of #3C223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C223F

Black with #3C223F

Text Example


Text Example

White with #3C223F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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