#352F3C

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

Shades of Tolopea #352F3C

Tints of Tolopea #352F3C

Color information

#352F3C (or 0x352F3C) is unknown color: approx Tolopea. HEX triplet: 35, 2F and 3C. RGB value is (53,47,60). Sum of RGB (Red+Green+Blue) = 53+47+60=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 60 - color contains mainly: blue. Hex color #352F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F3C is #CAD0C3. Grayscale: #323232. Windows color (decimal): -13291716 or 3944245. OLE color: 3944245.

HSL color Cylindrical-coordinate representation of color #352F3C: hue angle of 267.69º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #352F3C is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB534760-
CMYK0.120.2200.76
HSL267.69º12.15%20.98%-
HSV(B)267.69º21.67%23.53%-
XYZ3.33.124.7-
YUV50.28133.49129.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.12%
GREEN value IS 47 (18.75% from 255) = 29.38%
BLUE value IS 60 (23.83% from 255) = 37.5%
R=33.12%
G=29.38%
B=37.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5347600.120.2200.76267.6912.1520.98
Hex352F3CC1604C10cc15
Octal655774142601144141425
Binary11010110111111110011001011001001100100001100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,47,60); }

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

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

 a { background-color: rgb(53,47,60); }

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

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

 span { border-color: rgb(53,47,60); }

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