#352E01

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

Shades of Maire #352E01

Tints of Maire #352E01

Color information

#352E01 (or 0x352E01) is unknown color: approx Maire. HEX triplet: 35, 2E and 01. RGB value is (53,46,1). Sum of RGB (Red+Green+Blue) = 53+46+1=100 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53% from 100); Green value is 46 (18.36% from 255 or 46% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 53 - color contains mainly: red. Hex color #352E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352E01 is #CAD1FE. Grayscale: #2B2B2B. Windows color (decimal): -13292031 or 77365. OLE color: 77365.

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

Color convert

RGB53461-
CMYK00.130.980.79
HSL51.92º96.3%10.59%-
HSV(B)51.92º98.11%20.78%-
XYZ2.452.710.42-
YUV42.96104.32135.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 53%
GREEN value IS 46 (18.36% from 255) = 46%
BLUE value IS 1 (0.78% from 255) = 1%
R=53%
G=46%
B=1%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5346100.130.980.7951.9296.310.59
Hex352E10D624F3460b
Octal655610151421176414013
Binary1101011011101011011100010100111111010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352E01; }

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

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

<style>
 a { background-color: #352E01; }

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

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

<style>
 span { border-color: #352E01; }

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

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