Html Css Color HEX #350E33 Mardi Gras

📋 copy color: '#350E33'

red 53 ◦ green 14 ◦ blue 51

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

Shades of Mardi Gras #350E33

Tints of Mardi Gras #350E33

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.86%

 BLUE value IS 51 (20.31% from 255) = 43.22%

R = 44.92%
G = 11.86%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#350E33 (or 0x350E33) is known color: Mardi Gras. HEX triplet: 35, 0E and 33. RGB value is (53,14,51). Sum of RGB (Red+Green+Blue) = 53+14+51=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 14 (5.86% from 255 or 11.86% from 118); Blue value is 51 (20.31% from 255 or 43.22% from 118); Max value from RGB is 53 - color contains mainly: red. Hex color #350E33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350E33 is #CAF1CC. Grayscale: #1D1D1D. Windows color (decimal): -13300173 or 3345973. OLE color: 3345973.

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

Color convert

RGB 53 14 51 -
CMYK 0 0.74 0.04 0.79
HSL 303.08º 0.58% 0.13% -
HSV(B) 303.08º 0.74% 0.21% -
XYZ 2.22 1.31 3.27 -
YUV 29.88 139.92 144.49 -
System Red Green Blue C M Y K H S L
Decimal 53 14 51 0 0.74 0.04 0.79 303.08 0.58 0.13
Hex 35 E 33 0 4A 4 4F 12F 3A D
Octal 65 16 63 0 112 4 117 457 72 15
Binary 110101 1110 110011 0 1001010 100 1001111 100101111 111010 1101

Color Harmonies of #350E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350E33

Black with #350E33

Text Example


Text Example

White with #350E33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,14,51); }

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

background-color css

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

 a { background-color: rgb(53,14,51); }

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

border-color css

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

 span { border-color: rgb(53,14,51); }

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