Html Css Color HEX #3A1836 Mardi Gras

📋 copy color: '#3A1836'

red 58 ◦ green 24 ◦ blue 54

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

Shades of Mardi Gras #3A1836

Tints of Mardi Gras #3A1836

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.65%

 BLUE value IS 54 (21.48% from 255) = 39.71%

R = 42.65%
G = 17.65%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.77

RGB Variations

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

Color information

#3A1836 (or 0x3A1836) is known color: Mardi Gras. HEX triplet: 3A, 18 and 36. RGB value is (58,24,54). Sum of RGB (Red+Green+Blue) = 58+24+54=136 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.65% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 54 (21.48% from 255 or 39.71% from 136); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1836 is #C5E7C9. Grayscale: #252525. Windows color (decimal): -12969930 or 3545146. OLE color: 3545146.

HSL color Cylindrical-coordinate representation of color #3A1836: hue angle of 307.06º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A1836 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 24 54 -
CMYK 0 0.59 0.07 0.77
HSL 307.06º 0.41% 0.16% -
HSV(B) 307.06º 0.59% 0.23% -
XYZ 2.74 1.82 3.7 -
YUV 37.59 137.26 142.56 -
System Red Green Blue C M Y K H S L
Decimal 58 24 54 0 0.59 0.07 0.77 307.06 0.41 0.16
Hex 3A 18 36 0 3B 7 4D 133 29 10
Octal 72 30 66 0 73 7 115 463 51 20
Binary 111010 11000 110110 0 111011 111 1001101 100110011 101001 10000

Color Harmonies of #3A1836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1836

Black with #3A1836

Text Example


Text Example

White with #3A1836

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,24,54); }

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

background-color css

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

 a { background-color: rgb(58,24,54); }

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

border-color css

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

 span { border-color: rgb(58,24,54); }

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