Html Css Color HEX #3A0238 Mardi Gras

📋 copy color: '#3A0238'

red 58 ◦ green 2 ◦ blue 56

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

Shades of Mardi Gras #3A0238

Tints of Mardi Gras #3A0238

RGB

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

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

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

R = 50%
G = 1.72%
B = 48.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.77

RGB Variations

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

Color information

#3A0238 (or 0x3A0238) is known color: Mardi Gras. HEX triplet: 3A, 02 and 38. RGB value is (58,2,56). Sum of RGB (Red+Green+Blue) = 58+2+56=116 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 56 (22.27% from 255 or 48.28% from 116); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0238 is #C5FDC7. Grayscale: #181818. Windows color (decimal): -12975560 or 3670586. OLE color: 3670586.

HSL color Cylindrical-coordinate representation of color #3A0238: hue angle of 302.14º 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 #3A0238 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 2 56 -
CMYK 0 0.97 0.03 0.77
HSL 302.14º 0.93% 0.12% -
HSV(B) 302.14º 0.97% 0.23% -
XYZ 2.48 1.23 3.85 -
YUV 24.9 145.55 151.61 -
System Red Green Blue C M Y K H S L
Decimal 58 2 56 0 0.97 0.03 0.77 302.14 0.93 0.12
Hex 3A 2 38 0 61 3 4D 12E 5D C
Octal 72 2 70 0 141 3 115 456 135 14
Binary 111010 10 111000 0 1100001 11 1001101 100101110 1011101 1100

Color Harmonies of #3A0238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0238

Black with #3A0238

Text Example


Text Example

White with #3A0238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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