#35311B

Color #35311B Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #35311B

Tints of Maire #35311B

Color information

#35311B (or 0x35311B) is unknown color: approx Maire. HEX triplet: 35, 31 and 1B. RGB value is (53,49,27). Sum of RGB (Red+Green+Blue) = 53+49+27=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 53 - color contains mainly: red. Hex color #35311B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35311B is #CACEE4. Grayscale: #2F2F2F. Windows color (decimal): -13291237 or 1782069. OLE color: 1782069.

HSL color Cylindrical-coordinate representation of color #35311B: hue angle of 50.77º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #35311B is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.79.

Color convert

RGB534927-
CMYK00.080.490.79
HSL50.77º32.5%15.69%-
HSV(B)50.77º49.06%20.78%-
XYZ2.763.031.48-
YUV47.69116.33131.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.09%
GREEN value IS 49 (19.53% from 255) = 37.98%
BLUE value IS 27 (10.94% from 255) = 20.93%
R=41.09%
G=37.98%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53492700.080.490.7950.7732.515.69
Hex35311B08314F332010
Octal65613301061117634020
Binary1101011100011101101000110001100111111001110000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35311B; }

 p { color: rgb(53,49,27); }

 H1.HeaderClassName
 {
   color: #35311B;
 }
 .AnyTagClassName
 {
   color: #35311B;
 }
</style>
background-color css

<style>
 a { background-color: #35311B; }

 a { background-color: rgb(53,49,27); }

 div.DivClassName
 {
   background-color: #35311B;
 }
 .BgClassName
 {
   background-color: #35311B;
 }
</style>
border-color css

<style>
 span { border-color: #35311B; }

 span { border-color: rgb(53,49,27); }

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