Html Css Color HEX #341B36 Mardi Gras

📋 copy color: '#341B36'

red 52 ◦ green 27 ◦ blue 54

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

Shades of Mardi Gras #341B36

Tints of Mardi Gras #341B36

RGB

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

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

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

R = 39.1%
G = 20.3%
B = 40.6%

CMYK

 C value IS 0.04

 M value IS 0.5

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#341B36 (or 0x341B36) is known color: Mardi Gras. HEX triplet: 34, 1B and 36. RGB value is (52,27,54). Sum of RGB (Red+Green+Blue) = 52+27+54=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 27 (10.94% from 255 or 20.30% from 133); Blue value is 54 (21.48% from 255 or 40.60% from 133); Max value from RGB is 54 - color contains mainly: blue. Hex color #341B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341B36 is #CBE4C9. Grayscale: #252525. Windows color (decimal): -13362378 or 3545908. OLE color: 3545908.

HSL color Cylindrical-coordinate representation of color #341B36: hue angle of 295.56º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #341B36 is Cyan = 0.04, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 52 27 54 -
CMYK 0.04 0.5 0 0.79
HSL 295.56º 0.33% 0.16% -
HSV(B) 295.56º 0.5% 0.21% -
XYZ 2.47 1.78 3.7 -
YUV 37.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 52 27 54 0.04 0.5 0 0.79 295.56 0.33 0.16
Hex 34 1B 36 4 32 0 4F 128 21 10
Octal 64 33 66 4 62 0 117 450 41 20
Binary 110100 11011 110110 100 110010 0 1001111 100101000 100001 10000

Color Harmonies of #341B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341B36

Black with #341B36

Text Example


Text Example

White with #341B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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