#35311A

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

Shades of Maire #35311A

Tints of Maire #35311A

Color information

#35311A (or 0x35311A) is unknown color: approx Maire. HEX triplet: 35, 31 and 1A. RGB value is (53,49,26). Sum of RGB (Red+Green+Blue) = 53+49+26=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 53 - color contains mainly: red. Hex color #35311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35311A is #CACEE5. Grayscale: #2F2F2F. Windows color (decimal): -13291238 or 1716533. OLE color: 1716533.

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

Color convert

RGB534926-
CMYK00.080.510.79
HSL51.11º34.18%15.49%-
HSV(B)51.11º50.94%20.78%-
XYZ2.753.031.42-
YUV47.57115.83131.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.41%
GREEN value IS 49 (19.53% from 255) = 38.28%
BLUE value IS 26 (10.55% from 255) = 20.31%
R=41.41%
G=38.28%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53492600.080.510.7951.1134.1815.49
Hex35311A08334F3322f
Octal65613201063117634217
Binary110101110001110100100011001110011111100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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