Html Css Color HEX #3C0238 Mardi Gras

📋 copy color: '#3C0238'

red 60 ◦ green 2 ◦ blue 56

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

Shades of Mardi Gras #3C0238

Tints of Mardi Gras #3C0238

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.69%

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

R = 50.85%
G = 1.69%
B = 47.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.76

RGB Variations

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

Color information

#3C0238 (or 0x3C0238) is known color: Mardi Gras. HEX triplet: 3C, 02 and 38. RGB value is (60,2,56). Sum of RGB (Red+Green+Blue) = 60+2+56=118 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50.85% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 56 (22.27% from 255 or 47.46% from 118); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0238 is #C3FDC7. Grayscale: #191919. Windows color (decimal): -12844488 or 3670588. OLE color: 3670588.

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

Color convert

RGB 60 2 56 -
CMYK 0 0.97 0.07 0.76
HSL 304.14º 0.94% 0.12% -
HSV(B) 304.14º 0.97% 0.24% -
XYZ 2.6 1.29 3.85 -
YUV 25.5 145.22 152.61 -
System Red Green Blue C M Y K H S L
Decimal 60 2 56 0 0.97 0.07 0.76 304.14 0.94 0.12
Hex 3C 2 38 0 61 7 4C 130 5E C
Octal 74 2 70 0 141 7 114 460 136 14
Binary 111100 10 111000 0 1100001 111 1001100 100110000 1011110 1100

Color Harmonies of #3C0238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0238

Black with #3C0238

Text Example


Text Example

White with #3C0238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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