#353001

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

Shades of Maire #353001

Tints of Maire #353001

Color information

#353001 (or 0x353001) is unknown color: approx Maire. HEX triplet: 35, 30 and 01. RGB value is (53,48,1). Sum of RGB (Red+Green+Blue) = 53+48+1=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #353001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353001 is #CACFFE. Grayscale: #2C2C2C. Windows color (decimal): -13291519 or 77877. OLE color: 77877.

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

Color convert

RGB53481-
CMYK00.090.980.79
HSL54.23º96.3%10.59%-
HSV(B)54.23º98.11%20.78%-
XYZ2.532.870.45-
YUV44.14103.66134.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 51.96%
GREEN value IS 48 (19.14% from 255) = 47.06%
BLUE value IS 1 (0.78% from 255) = 0.98%
R=51.96%
G=47.06%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5348100.090.980.7954.2396.310.59
Hex3530109624F3660b
Octal656010111421176614013
Binary1101011100001010011100010100111111011011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353001; }

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

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

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

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

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

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

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

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