Html Css Color HEX #3C0D38 Mardi Gras

📋 copy color: '#3C0D38'

red 60 ◦ green 13 ◦ blue 56

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

Shades of Mardi Gras #3C0D38

Tints of Mardi Gras #3C0D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 43.41%

R = 46.51%
G = 10.08%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.76

RGB Variations

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

Color information

#3C0D38 (or 0x3C0D38) is known color: Mardi Gras. HEX triplet: 3C, 0D and 38. RGB value is (60,13,56). Sum of RGB (Red+Green+Blue) = 60+13+56=129 (17% of max value = 765). Red value is 60 (23.83% from 255 or 46.51% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0D38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0D38 is #C3F2C7. Grayscale: #1F1F1F. Windows color (decimal): -12841672 or 3673404. OLE color: 3673404.

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

Color convert

RGB 60 13 56 -
CMYK 0 0.78 0.07 0.76
HSL 305.11º 0.64% 0.14% -
HSV(B) 305.11º 0.78% 0.24% -
XYZ 2.72 1.53 3.89 -
YUV 31.96 141.57 148 -
System Red Green Blue C M Y K H S L
Decimal 60 13 56 0 0.78 0.07 0.76 305.11 0.64 0.14
Hex 3C D 38 0 4E 7 4C 131 40 E
Octal 74 15 70 0 116 7 114 461 100 16
Binary 111100 1101 111000 0 1001110 111 1001100 100110001 1000000 1110

Color Harmonies of #3C0D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0D38

Black with #3C0D38

Text Example


Text Example

White with #3C0D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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