Html Css Color HEX #35012D Mardi Gras

📋 copy color: '#35012D'

red 53 ◦ green 1 ◦ blue 45

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

Shades of Mardi Gras #35012D

Tints of Mardi Gras #35012D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 45.45%

R = 53.54%
G = 1.01%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#35012D (or 0x35012D) is known color: Mardi Gras. HEX triplet: 35, 01 and 2D. RGB value is (53,1,45). Sum of RGB (Red+Green+Blue) = 53+1+45=99 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53.54% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 45 (17.97% from 255 or 45.45% from 99); Max value from RGB is 53 - color contains mainly: red. Hex color #35012D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35012D is #CAFED2. Grayscale: #151515. Windows color (decimal): -13303507 or 2949429. OLE color: 2949429.

HSL color Cylindrical-coordinate representation of color #35012D: hue angle of 309.23º 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 #35012D is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 1 45 -
CMYK 0 0.98 0.15 0.79
HSL 309.23º 0.96% 0.11% -
HSV(B) 309.23º 0.98% 0.21% -
XYZ 1.95 0.97 2.57 -
YUV 21.56 141.23 150.42 -
System Red Green Blue C M Y K H S L
Decimal 53 1 45 0 0.98 0.15 0.79 309.23 0.96 0.11
Hex 35 1 2D 0 62 F 4F 135 60 B
Octal 65 1 55 0 142 17 117 465 140 13
Binary 110101 1 101101 0 1100010 1111 1001111 100110101 1100000 1011

Color Harmonies of #35012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35012D

Black with #35012D

Text Example


Text Example

White with #35012D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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