Html Css Color HEX #350C32 Mardi Gras

📋 copy color: '#350C32'

red 53 ◦ green 12 ◦ blue 50

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

Shades of Mardi Gras #350C32

Tints of Mardi Gras #350C32

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.43%

 BLUE value IS 50 (19.92% from 255) = 43.48%

R = 46.09%
G = 10.43%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.79

RGB Variations

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

Color information

#350C32 (or 0x350C32) is known color: Mardi Gras. HEX triplet: 35, 0C and 32. RGB value is (53,12,50). Sum of RGB (Red+Green+Blue) = 53+12+50=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 50 (19.92% from 255 or 43.48% from 115); Max value from RGB is 53 - color contains mainly: red. Hex color #350C32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350C32 is #CAF3CD. Grayscale: #1C1C1C. Windows color (decimal): -13300686 or 3279925. OLE color: 3279925.

HSL color Cylindrical-coordinate representation of color #350C32: hue angle of 304.39º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #350C32 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 12 50 -
CMYK 0 0.77 0.06 0.79
HSL 304.39º 0.63% 0.13% -
HSV(B) 304.39º 0.77% 0.21% -
XYZ 2.18 1.25 3.14 -
YUV 28.59 140.08 145.41 -
System Red Green Blue C M Y K H S L
Decimal 53 12 50 0 0.77 0.06 0.79 304.39 0.63 0.13
Hex 35 C 32 0 4D 6 4F 130 3F D
Octal 65 14 62 0 115 6 117 460 77 15
Binary 110101 1100 110010 0 1001101 110 1001111 100110000 111111 1101

Color Harmonies of #350C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350C32

Black with #350C32

Text Example


Text Example

White with #350C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350C32; }

 p { color: rgb(53,12,50); }

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

background-color css

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

 a { background-color: rgb(53,12,50); }

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

border-color css

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

 span { border-color: rgb(53,12,50); }

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