Html Css Color HEX #341B38 Mardi Gras

📋 copy color: '#341B38'

red 52 ◦ green 27 ◦ blue 56

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

Shades of Mardi Gras #341B38

Tints of Mardi Gras #341B38

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20%

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

R = 38.52%
G = 20%
B = 41.48%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#341B38 (or 0x341B38) is known color: Mardi Gras. HEX triplet: 34, 1B and 38. RGB value is (52,27,56). Sum of RGB (Red+Green+Blue) = 52+27+56=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 27 (10.94% from 255 or 20% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 56 - color contains mainly: blue. Hex color #341B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341B38 is #CBE4C7. Grayscale: #252525. Windows color (decimal): -13362376 or 3676980. OLE color: 3676980.

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

Color convert

RGB 52 27 56 -
CMYK 0.07 0.52 0 0.78
HSL 291.72º 0.35% 0.16% -
HSV(B) 291.72º 0.52% 0.22% -
XYZ 2.52 1.8 3.96 -
YUV 37.78 138.28 138.14 -
System Red Green Blue C M Y K H S L
Decimal 52 27 56 0.07 0.52 0 0.78 291.72 0.35 0.16
Hex 34 1B 38 7 34 0 4E 124 23 10
Octal 64 33 70 7 64 0 116 444 43 20
Binary 110100 11011 111000 111 110100 0 1001110 100100100 100011 10000

Color Harmonies of #341B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341B38

Black with #341B38

Text Example


Text Example

White with #341B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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