Html Css Color HEX #341A38 Mardi Gras

📋 copy color: '#341A38'

red 52 ◦ green 26 ◦ blue 56

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

Shades of Mardi Gras #341A38

Tints of Mardi Gras #341A38

RGB

 RED value IS 52 (20.7% from 255) = 38.81%

 GREEN value IS 26 (10.55% from 255) = 19.4%

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

R = 38.81%
G = 19.4%
B = 41.79%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#341A38 (or 0x341A38) is known color: Mardi Gras. HEX triplet: 34, 1A and 38. RGB value is (52,26,56). Sum of RGB (Red+Green+Blue) = 52+26+56=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 26 (10.55% from 255 or 19.40% from 134); Blue value is 56 (22.27% from 255 or 41.79% from 134); Max value from RGB is 56 - color contains mainly: blue. Hex color #341A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341A38 is #CBE5C7. Grayscale: #252525. Windows color (decimal): -13362632 or 3676724. OLE color: 3676724.

HSL color Cylindrical-coordinate representation of color #341A38: hue angle of 292º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #341A38 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 52 26 56 -
CMYK 0.07 0.54 0 0.78
HSL 292º 0.37% 0.16% -
HSV(B) 292º 0.54% 0.22% -
XYZ 2.5 1.75 3.95 -
YUV 37.19 138.61 138.56 -
System Red Green Blue C M Y K H S L
Decimal 52 26 56 0.07 0.54 0 0.78 292 0.37 0.16
Hex 34 1A 38 7 36 0 4E 124 25 10
Octal 64 32 70 7 66 0 116 444 45 20
Binary 110100 11010 111000 111 110110 0 1001110 100100100 100101 10000

Color Harmonies of #341A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341A38

Black with #341A38

Text Example


Text Example

White with #341A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341A38; }

 p { color: rgb(52,26,56); }

 H1.HeaderClassName
 {
   color: #341A38;
 }
 .AnyTagClassName
 {
   color: #341A38;
 }
</style>

background-color css

<style>
 a { background-color: #341A38; }

 a { background-color: rgb(52,26,56); }

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

border-color css

<style>
 span { border-color: #341A38; }

 span { border-color: rgb(52,26,56); }

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