Html Css Color HEX #350833 Mardi Gras

📋 copy color: '#350833'

red 53 ◦ green 8 ◦ blue 51

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

Shades of Mardi Gras #350833

Tints of Mardi Gras #350833

RGB

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

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

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

R = 47.32%
G = 7.14%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#350833 (or 0x350833) is known color: Mardi Gras. HEX triplet: 35, 08 and 33. RGB value is (53,8,51). Sum of RGB (Red+Green+Blue) = 53+8+51=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 51 (20.31% from 255 or 45.54% from 112); Max value from RGB is 53 - color contains mainly: red. Hex color #350833 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350833 is #CAF7CC. Grayscale: #1A1A1A. Windows color (decimal): -13301709 or 3344437. OLE color: 3344437.

HSL color Cylindrical-coordinate representation of color #350833: hue angle of 302.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 #350833 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 8 51 -
CMYK 0 0.85 0.04 0.79
HSL 302.67º 0.74% 0.12% -
HSV(B) 302.67º 0.85% 0.21% -
XYZ 2.15 1.17 3.24 -
YUV 26.36 141.91 147 -
System Red Green Blue C M Y K H S L
Decimal 53 8 51 0 0.85 0.04 0.79 302.67 0.74 0.12
Hex 35 8 33 0 55 4 4F 12F 4A C
Octal 65 10 63 0 125 4 117 457 112 14
Binary 110101 1000 110011 0 1010101 100 1001111 100101111 1001010 1100

Color Harmonies of #350833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350833

Black with #350833

Text Example


Text Example

White with #350833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350833; }

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

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

background-color css

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

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

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

border-color css

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

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

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