Html Css Color HEX #35012E Mardi Gras

📋 copy color: '#35012E'

red 53 ◦ green 1 ◦ blue 46

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

Shades of Mardi Gras #35012E

Tints of Mardi Gras #35012E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1%

 BLUE value IS 46 (18.36% from 255) = 46%

R = 53%
G = 1%
B = 46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#35012E (or 0x35012E) is known color: Mardi Gras. HEX triplet: 35, 01 and 2E. RGB value is (53,1,46). Sum of RGB (Red+Green+Blue) = 53+1+46=100 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 46 (18.36% from 255 or 46% from 100); Max value from RGB is 53 - color contains mainly: red. Hex color #35012E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35012E is #CAFED1. Grayscale: #151515. Windows color (decimal): -13303506 or 3014965. OLE color: 3014965.

HSL color Cylindrical-coordinate representation of color #35012E: hue angle of 308.08º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #35012E is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 1 46 -
CMYK 0 0.98 0.13 0.79
HSL 308.08º 0.96% 0.11% -
HSV(B) 308.08º 0.98% 0.21% -
XYZ 1.97 0.98 2.67 -
YUV 21.68 141.73 150.34 -
System Red Green Blue C M Y K H S L
Decimal 53 1 46 0 0.98 0.13 0.79 308.08 0.96 0.11
Hex 35 1 2E 0 62 D 4F 134 60 B
Octal 65 1 56 0 142 15 117 464 140 13
Binary 110101 1 101110 0 1100010 1101 1001111 100110100 1100000 1011

Color Harmonies of #35012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35012E

Black with #35012E

Text Example


Text Example

White with #35012E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35012E; }

 p { color: rgb(53,1,46); }

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

background-color css

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

 a { background-color: rgb(53,1,46); }

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

border-color css

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

 span { border-color: rgb(53,1,46); }

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