Html Css Color HEX #341839 Mardi Gras

📋 copy color: '#341839'

red 52 ◦ green 24 ◦ blue 57

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

Shades of Mardi Gras #341839

Tints of Mardi Gras #341839

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 42.86%

R = 39.1%
G = 18.05%
B = 42.86%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#341839 (or 0x341839) is known color: Mardi Gras. HEX triplet: 34, 18 and 39. RGB value is (52,24,57). Sum of RGB (Red+Green+Blue) = 52+24+57=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 57 - color contains mainly: blue. Hex color #341839 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341839 is #CBE7C6. Grayscale: #242424. Windows color (decimal): -13363143 or 3741748. OLE color: 3741748.

HSL color Cylindrical-coordinate representation of color #341839: hue angle of 290.91º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #341839 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 52 24 57 -
CMYK 0.09 0.58 0 0.78
HSL 290.91º 0.41% 0.16% -
HSV(B) 290.91º 0.58% 0.22% -
XYZ 2.48 1.68 4.06 -
YUV 36.13 139.78 139.32 -
System Red Green Blue C M Y K H S L
Decimal 52 24 57 0.09 0.58 0 0.78 290.91 0.41 0.16
Hex 34 18 39 9 3A 0 4E 123 29 10
Octal 64 30 71 11 72 0 116 443 51 20
Binary 110100 11000 111001 1001 111010 0 1001110 100100011 101001 10000

Color Harmonies of #341839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341839

Black with #341839

Text Example


Text Example

White with #341839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341839; }

 p { color: rgb(52,24,57); }

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

background-color css

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

 a { background-color: rgb(52,24,57); }

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

border-color css

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

 span { border-color: rgb(52,24,57); }

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