Html Css Color HEX #350830 Mardi Gras

📋 copy color: '#350830'

red 53 ◦ green 8 ◦ blue 48

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

Shades of Mardi Gras #350830

Tints of Mardi Gras #350830

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.34%

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

R = 48.62%
G = 7.34%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#350830 (or 0x350830) is known color: Mardi Gras. HEX triplet: 35, 08 and 30. RGB value is (53,8,48). Sum of RGB (Red+Green+Blue) = 53+8+48=109 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.62% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 48 (19.14% from 255 or 44.04% from 109); Max value from RGB is 53 - color contains mainly: red. Hex color #350830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350830 is #CAF7CF. Grayscale: #191919. Windows color (decimal): -13301712 or 3147829. OLE color: 3147829.

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

Color convert

RGB 53 8 48 -
CMYK 0 0.85 0.09 0.79
HSL 306.67º 0.74% 0.12% -
HSV(B) 306.67º 0.85% 0.21% -
XYZ 2.09 1.14 2.91 -
YUV 26.02 140.41 147.25 -
System Red Green Blue C M Y K H S L
Decimal 53 8 48 0 0.85 0.09 0.79 306.67 0.74 0.12
Hex 35 8 30 0 55 9 4F 133 4A C
Octal 65 10 60 0 125 11 117 463 112 14
Binary 110101 1000 110000 0 1010101 1001 1001111 100110011 1001010 1100

Color Harmonies of #350830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350830

Black with #350830

Text Example


Text Example

White with #350830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350830; }

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

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

background-color css

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

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

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

border-color css

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

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

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