#352B01

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

Shades of Maire #352B01

Tints of Maire #352B01

Color information

#352B01 (or 0x352B01) is unknown color: approx Maire. HEX triplet: 35, 2B and 01. RGB value is (53,43,1). Sum of RGB (Red+Green+Blue) = 53+43+1=97 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.64% from 97); Green value is 43 (17.19% from 255 or 44.33% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 53 - color contains mainly: red. Hex color #352B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352B01 is #CAD4FE. Grayscale: #292929. Windows color (decimal): -13292799 or 76597. OLE color: 76597.

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

Color convert

RGB53431-
CMYK00.190.980.79
HSL48.46º96.3%10.59%-
HSV(B)48.46º98.11%20.78%-
XYZ2.342.490.39-
YUV41.2105.31136.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 54.64%
GREEN value IS 43 (17.19% from 255) = 44.33%
BLUE value IS 1 (0.78% from 255) = 1.03%
R=54.64%
G=44.33%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5343100.190.980.7948.4696.310.59
Hex352B1013624F3060b
Octal655310231421176014013
Binary11010110101110100111100010100111111000011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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