Html Css Color HEX #35112F Mardi Gras

📋 copy color: '#35112F'

red 53 ◦ green 17 ◦ blue 47

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

Shades of Mardi Gras #35112F

Tints of Mardi Gras #35112F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.53%

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

R = 45.3%
G = 14.53%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.79

RGB Variations

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

Color information

#35112F (or 0x35112F) is known color: Mardi Gras. HEX triplet: 35, 11 and 2F. RGB value is (53,17,47). Sum of RGB (Red+Green+Blue) = 53+17+47=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 47 (18.75% from 255 or 40.17% from 117); Max value from RGB is 53 - color contains mainly: red. Hex color #35112F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35112F is #CAEED0. Grayscale: #1F1F1F. Windows color (decimal): -13299409 or 3084597. OLE color: 3084597.

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

Color convert

RGB 53 17 47 -
CMYK 0 0.68 0.11 0.79
HSL 310º 0.51% 0.14% -
HSV(B) 310º 0.68% 0.21% -
XYZ 2.18 1.36 2.84 -
YUV 31.18 136.93 143.56 -
System Red Green Blue C M Y K H S L
Decimal 53 17 47 0 0.68 0.11 0.79 310 0.51 0.14
Hex 35 11 2F 0 44 B 4F 136 33 E
Octal 65 21 57 0 104 13 117 466 63 16
Binary 110101 10001 101111 0 1000100 1011 1001111 100110110 110011 1110

Color Harmonies of #35112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35112F

Black with #35112F

Text Example


Text Example

White with #35112F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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