Html Css Color HEX #3A013B Mardi Gras

📋 copy color: '#3A013B'

red 58 ◦ green 1 ◦ blue 59

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

Shades of Mardi Gras #3A013B

Tints of Mardi Gras #3A013B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.85%

 BLUE value IS 59 (23.44% from 255) = 50%

R = 49.15%
G = 0.85%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#3A013B (or 0x3A013B) is known color: Mardi Gras. HEX triplet: 3A, 01 and 3B. RGB value is (58,1,59). Sum of RGB (Red+Green+Blue) = 58+1+59=118 (15% of max value = 765). Red value is 58 (23.05% from 255 or 49.15% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 59 (23.44% from 255 or 50% from 118); Max value from RGB is 59 - color contains mainly: blue. Hex color #3A013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A013B is #C5FEC4. Grayscale: #181818. Windows color (decimal): -12975813 or 3866938. OLE color: 3866938.

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

Color convert

RGB 58 1 59 -
CMYK 0.02 0.98 0 0.77
HSL 298.97º 0.97% 0.12% -
HSV(B) 298.97º 0.98% 0.23% -
XYZ 2.55 1.24 4.24 -
YUV 24.66 147.38 151.78 -
System Red Green Blue C M Y K H S L
Decimal 58 1 59 0.02 0.98 0 0.77 298.97 0.97 0.12
Hex 3A 1 3B 2 62 0 4D 12B 61 C
Octal 72 1 73 2 142 0 115 453 141 14
Binary 111010 1 111011 10 1100010 0 1001101 100101011 1100001 1100

Color Harmonies of #3A013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A013B

Black with #3A013B

Text Example


Text Example

White with #3A013B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,1,59); }

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

background-color css

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

 a { background-color: rgb(58,1,59); }

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

border-color css

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

 span { border-color: rgb(58,1,59); }

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