Html Css Color HEX #3C153D Mardi Gras

📋 copy color: '#3C153D'

red 60 ◦ green 21 ◦ blue 61

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

Shades of Mardi Gras #3C153D

Tints of Mardi Gras #3C153D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.79%

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

R = 42.25%
G = 14.79%
B = 42.96%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3C153D (or 0x3C153D) is known color: Mardi Gras. HEX triplet: 3C, 15 and 3D. RGB value is (60,21,61). Sum of RGB (Red+Green+Blue) = 60+21+61=142 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.25% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 61 - color contains mainly: blue. Hex color #3C153D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C153D is #C3EAC2. Grayscale: #252525. Windows color (decimal): -12839619 or 4003132. OLE color: 4003132.

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

Color convert

RGB 60 21 61 -
CMYK 0.02 0.66 0 0.76
HSL 298.5º 0.49% 0.16% -
HSV(B) 298.5º 0.66% 0.24% -
XYZ 2.97 1.83 4.61 -
YUV 37.22 141.42 144.25 -
System Red Green Blue C M Y K H S L
Decimal 60 21 61 0.02 0.66 0 0.76 298.5 0.49 0.16
Hex 3C 15 3D 2 42 0 4C 12A 31 10
Octal 74 25 75 2 102 0 114 452 61 20
Binary 111100 10101 111101 10 1000010 0 1001100 100101010 110001 10000

Color Harmonies of #3C153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C153D

Black with #3C153D

Text Example


Text Example

White with #3C153D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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