Html Css Color HEX #3A133E Mardi Gras

📋 copy color: '#3A133E'

red 58 ◦ green 19 ◦ blue 62

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

Shades of Mardi Gras #3A133E

Tints of Mardi Gras #3A133E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.67%

 BLUE value IS 62 (24.61% from 255) = 44.6%

R = 41.73%
G = 13.67%
B = 44.6%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3A133E (or 0x3A133E) is known color: Mardi Gras. HEX triplet: 3A, 13 and 3E. RGB value is (58,19,62). Sum of RGB (Red+Green+Blue) = 58+19+62=139 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.73% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 62 (24.61% from 255 or 44.60% from 139); Max value from RGB is 62 - color contains mainly: blue. Hex color #3A133E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A133E is #C5ECC1. Grayscale: #232323. Windows color (decimal): -12971202 or 4068154. OLE color: 4068154.

HSL color Cylindrical-coordinate representation of color #3A133E: hue angle of 294.42º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A133E is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 58 19 62 -
CMYK 0.06 0.69 0 0.76
HSL 294.42º 0.53% 0.16% -
HSV(B) 294.42º 0.69% 0.24% -
XYZ 2.85 1.71 4.74 -
YUV 35.56 142.92 144 -
System Red Green Blue C M Y K H S L
Decimal 58 19 62 0.06 0.69 0 0.76 294.42 0.53 0.16
Hex 3A 13 3E 6 45 0 4C 126 35 10
Octal 72 23 76 6 105 0 114 446 65 20
Binary 111010 10011 111110 110 1000101 0 1001100 100100110 110101 10000

Color Harmonies of #3A133E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A133E

Black with #3A133E

Text Example


Text Example

White with #3A133E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,19,62); }

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

background-color css

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

 a { background-color: rgb(58,19,62); }

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

border-color css

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

 span { border-color: rgb(58,19,62); }

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