Html Css Color HEX #35022F Mardi Gras

📋 copy color: '#35022F'

red 53 ◦ green 2 ◦ blue 47

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

Shades of Mardi Gras #35022F

Tints of Mardi Gras #35022F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.96%

 BLUE value IS 47 (18.75% from 255) = 46.08%

R = 51.96%
G = 1.96%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.79

RGB Variations

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

Color information

#35022F (or 0x35022F) is known color: Mardi Gras. HEX triplet: 35, 02 and 2F. RGB value is (53,2,47). Sum of RGB (Red+Green+Blue) = 53+2+47=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #35022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35022F is #CAFDD0. Grayscale: #161616. Windows color (decimal): -13303249 or 3080757. OLE color: 3080757.

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

Color convert

RGB 53 2 47 -
CMYK 0 0.96 0.11 0.79
HSL 307.06º 0.93% 0.11% -
HSV(B) 307.06º 0.96% 0.21% -
XYZ 2 1.01 2.78 -
YUV 22.38 141.9 149.84 -
System Red Green Blue C M Y K H S L
Decimal 53 2 47 0 0.96 0.11 0.79 307.06 0.93 0.11
Hex 35 2 2F 0 60 B 4F 133 5D B
Octal 65 2 57 0 140 13 117 463 135 13
Binary 110101 10 101111 0 1100000 1011 1001111 100110011 1011101 1011

Color Harmonies of #35022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35022F

Black with #35022F

Text Example


Text Example

White with #35022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35022F; }

 p { color: rgb(53,2,47); }

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

background-color css

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

 a { background-color: rgb(53,2,47); }

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

border-color css

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

 span { border-color: rgb(53,2,47); }

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