Html Css Color HEX #351839 Mardi Gras

📋 copy color: '#351839'

red 53 ◦ green 24 ◦ blue 57

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

Shades of Mardi Gras #351839

Tints of Mardi Gras #351839

RGB

 RED value IS 53 (21.09% from 255) = 39.55%

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

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

R = 39.55%
G = 17.91%
B = 42.54%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#351839 (or 0x351839) is known color: Mardi Gras. HEX triplet: 35, 18 and 39. RGB value is (53,24,57). Sum of RGB (Red+Green+Blue) = 53+24+57=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 57 (22.66% from 255 or 42.54% from 134); Max value from RGB is 57 - color contains mainly: blue. Hex color #351839 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351839 is #CAE7C6. Grayscale: #242424. Windows color (decimal): -13297607 or 3741749. OLE color: 3741749.

HSL color Cylindrical-coordinate representation of color #351839: hue angle of 292.73º 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 #351839 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 24 57 -
CMYK 0.07 0.58 0 0.78
HSL 292.73º 0.41% 0.16% -
HSV(B) 292.73º 0.58% 0.22% -
XYZ 2.53 1.71 4.07 -
YUV 36.43 139.61 139.82 -
System Red Green Blue C M Y K H S L
Decimal 53 24 57 0.07 0.58 0 0.78 292.73 0.41 0.16
Hex 35 18 39 7 3A 0 4E 125 29 10
Octal 65 30 71 7 72 0 116 445 51 20
Binary 110101 11000 111001 111 111010 0 1001110 100100101 101001 10000

Color Harmonies of #351839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351839

Black with #351839

Text Example


Text Example

White with #351839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351839; }

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

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

background-color css

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

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

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

border-color css

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

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

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