Html Css Color HEX #351C36 Mardi Gras

📋 copy color: '#351C36'

red 53 ◦ green 28 ◦ blue 54

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

Shades of Mardi Gras #351C36

Tints of Mardi Gras #351C36

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.74%

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

R = 39.26%
G = 20.74%
B = 40%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#351C36 (or 0x351C36) is known color: Mardi Gras. HEX triplet: 35, 1C and 36. RGB value is (53,28,54). Sum of RGB (Red+Green+Blue) = 53+28+54=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 54 (21.48% from 255 or 40% from 135); Max value from RGB is 54 - color contains mainly: blue. Hex color #351C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351C36 is #CAE3C9. Grayscale: #262626. Windows color (decimal): -13296586 or 3546165. OLE color: 3546165.

HSL color Cylindrical-coordinate representation of color #351C36: hue angle of 297.69º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #351C36 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 28 54 -
CMYK 0.02 0.48 0 0.79
HSL 297.69º 0.32% 0.16% -
HSV(B) 297.69º 0.48% 0.21% -
XYZ 2.55 1.85 3.71 -
YUV 38.44 136.78 138.39 -
System Red Green Blue C M Y K H S L
Decimal 53 28 54 0.02 0.48 0 0.79 297.69 0.32 0.16
Hex 35 1C 36 2 30 0 4F 12A 20 10
Octal 65 34 66 2 60 0 117 452 40 20
Binary 110101 11100 110110 10 110000 0 1001111 100101010 100000 10000

Color Harmonies of #351C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351C36

Black with #351C36

Text Example


Text Example

White with #351C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351C36; }

 p { color: rgb(53,28,54); }

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

background-color css

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

 a { background-color: rgb(53,28,54); }

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

border-color css

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

 span { border-color: rgb(53,28,54); }

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