Html Css Color HEX #35043A Mardi Gras

📋 copy color: '#35043A'

red 53 ◦ green 4 ◦ blue 58

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

Shades of Mardi Gras #35043A

Tints of Mardi Gras #35043A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.48%

 BLUE value IS 58 (23.05% from 255) = 50.43%

R = 46.09%
G = 3.48%
B = 50.43%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#35043A (or 0x35043A) is known color: Mardi Gras. HEX triplet: 35, 04 and 3A. RGB value is (53,4,58). Sum of RGB (Red+Green+Blue) = 53+4+58=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 58 (23.05% from 255 or 50.43% from 115); Max value from RGB is 58 - color contains mainly: blue. Hex color #35043A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35043A is #CAFBC5. Grayscale: #181818. Windows color (decimal): -13302726 or 3802165. OLE color: 3802165.

HSL color Cylindrical-coordinate representation of color #35043A: hue angle of 294.44º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #35043A is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 53 4 58 -
CMYK 0.09 0.93 0 0.77
HSL 294.44º 0.87% 0.12% -
HSV(B) 294.44º 0.93% 0.23% -
XYZ 2.28 1.15 4.1 -
YUV 24.81 146.73 148.11 -
System Red Green Blue C M Y K H S L
Decimal 53 4 58 0.09 0.93 0 0.77 294.44 0.87 0.12
Hex 35 4 3A 9 5D 0 4D 126 57 C
Octal 65 4 72 11 135 0 115 446 127 14
Binary 110101 100 111010 1001 1011101 0 1001101 100100110 1010111 1100

Color Harmonies of #35043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35043A

Black with #35043A

Text Example


Text Example

White with #35043A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35043A; }

 p { color: rgb(53,4,58); }

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

background-color css

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

 a { background-color: rgb(53,4,58); }

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

border-color css

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

 span { border-color: rgb(53,4,58); }

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