Html Css Color HEX #350930 Mardi Gras

📋 copy color: '#350930'

red 53 ◦ green 9 ◦ blue 48

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

Shades of Mardi Gras #350930

Tints of Mardi Gras #350930

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.18%

 BLUE value IS 48 (19.14% from 255) = 43.64%

R = 48.18%
G = 8.18%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#350930 (or 0x350930) is known color: Mardi Gras. HEX triplet: 35, 09 and 30. RGB value is (53,9,48). Sum of RGB (Red+Green+Blue) = 53+9+48=110 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.18% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 48 (19.14% from 255 or 43.64% from 110); Max value from RGB is 53 - color contains mainly: red. Hex color #350930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350930 is #CAF6CF. Grayscale: #1A1A1A. Windows color (decimal): -13301456 or 3148085. OLE color: 3148085.

HSL color Cylindrical-coordinate representation of color #350930: hue angle of 306.82º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #350930 is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 9 48 -
CMYK 0 0.83 0.09 0.79
HSL 306.82º 0.71% 0.12% -
HSV(B) 306.82º 0.83% 0.21% -
XYZ 2.1 1.17 2.91 -
YUV 26.6 140.08 146.83 -
System Red Green Blue C M Y K H S L
Decimal 53 9 48 0 0.83 0.09 0.79 306.82 0.71 0.12
Hex 35 9 30 0 53 9 4F 133 47 C
Octal 65 11 60 0 123 11 117 463 107 14
Binary 110101 1001 110000 0 1010011 1001 1001111 100110011 1000111 1100

Color Harmonies of #350930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350930

Black with #350930

Text Example


Text Example

White with #350930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350930; }

 p { color: rgb(53,9,48); }

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

background-color css

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

 a { background-color: rgb(53,9,48); }

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

border-color css

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

 span { border-color: rgb(53,9,48); }

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