Html Css Color HEX #341B30 Mardi Gras

📋 copy color: '#341B30'

red 52 ◦ green 27 ◦ blue 48

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

Shades of Mardi Gras #341B30

Tints of Mardi Gras #341B30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 37.8%

R = 40.94%
G = 21.26%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#341B30 (or 0x341B30) is known color: Mardi Gras. HEX triplet: 34, 1B and 30. RGB value is (52,27,48). Sum of RGB (Red+Green+Blue) = 52+27+48=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 48 (19.14% from 255 or 37.80% from 127); Max value from RGB is 52 - color contains mainly: red. Hex color #341B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341B30 is #CBE4CF. Grayscale: #242424. Windows color (decimal): -13362384 or 3152692. OLE color: 3152692.

HSL color Cylindrical-coordinate representation of color #341B30: hue angle of 309.6º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #341B30 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 27 48 -
CMYK 0 0.48 0.08 0.80
HSL 309.6º 0.32% 0.15% -
HSV(B) 309.6º 0.48% 0.2% -
XYZ 2.34 1.73 3.01 -
YUV 36.87 134.28 138.79 -
System Red Green Blue C M Y K H S L
Decimal 52 27 48 0 0.48 0.08 0.80 309.6 0.32 0.15
Hex 34 1B 30 0 30 8 50 136 20 F
Octal 64 33 60 0 60 10 120 466 40 17
Binary 110100 11011 110000 0 110000 1000 1010000 100110110 100000 1111

Color Harmonies of #341B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341B30

Black with #341B30

Text Example


Text Example

White with #341B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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