Html Css Color HEX #3A0239 Mardi Gras

📋 copy color: '#3A0239'

red 58 ◦ green 2 ◦ blue 57

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

Shades of Mardi Gras #3A0239

Tints of Mardi Gras #3A0239

RGB

 RED value IS 58 (23.05% from 255) = 49.57%

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

 BLUE value IS 57 (22.66% from 255) = 48.72%

R = 49.57%
G = 1.71%
B = 48.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.77

RGB Variations

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

Color information

#3A0239 (or 0x3A0239) is known color: Mardi Gras. HEX triplet: 3A, 02 and 39. RGB value is (58,2,57). Sum of RGB (Red+Green+Blue) = 58+2+57=117 (15% of max value = 765). Red value is 58 (23.05% from 255 or 49.57% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 57 (22.66% from 255 or 48.72% from 117); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0239 is #C5FDC6. Grayscale: #181818. Windows color (decimal): -12975559 or 3736122. OLE color: 3736122.

HSL color Cylindrical-coordinate representation of color #3A0239: hue angle of 301.07º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A0239 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 2 57 -
CMYK 0 0.97 0.02 0.77
HSL 301.07º 0.93% 0.12% -
HSV(B) 301.07º 0.97% 0.23% -
XYZ 2.51 1.24 3.98 -
YUV 25.01 146.05 151.53 -
System Red Green Blue C M Y K H S L
Decimal 58 2 57 0 0.97 0.02 0.77 301.07 0.93 0.12
Hex 3A 2 39 0 61 2 4D 12D 5D C
Octal 72 2 71 0 141 2 115 455 135 14
Binary 111010 10 111001 0 1100001 10 1001101 100101101 1011101 1100

Color Harmonies of #3A0239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0239

Black with #3A0239

Text Example


Text Example

White with #3A0239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,2,57); }

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

background-color css

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

 a { background-color: rgb(58,2,57); }

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

border-color css

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

 span { border-color: rgb(58,2,57); }

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