#353332

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

Shades of Kilamanjaro #353332

Tints of Kilamanjaro #353332

Color information

#353332 (or 0x353332) is unknown color: approx Kilamanjaro. HEX triplet: 35, 33 and 32. RGB value is (53,51,50). Sum of RGB (Red+Green+Blue) = 53+51+50=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 50 (19.92% from 255 or 32.47% from 154); Max value from RGB is 53 - color contains mainly: red. Hex color #353332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353332 is #CACCCD. Grayscale: #333333. Windows color (decimal): -13290702 or 3289909. OLE color: 3289909.

HSL color Cylindrical-coordinate representation of color #353332: hue angle of 20º degrees, saturation: 0.03, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #353332 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.79.

Color convert

RGB535150-
CMYK00.040.060.79
HSL20º2.91%20.2%-
HSV(B)20º5.66%20.78%-
XYZ3.233.353.5-
YUV51.48127.16129.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.42%
GREEN value IS 51 (20.31% from 255) = 33.12%
BLUE value IS 50 (19.92% from 255) = 32.47%
R=34.42%
G=33.12%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53515000.040.060.79202.9120.2
Hex3533320464F14314
Octal65636204611724324
Binary11010111001111001001001101001111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353332; }

 p { color: rgb(53,51,50); }

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

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

 a { background-color: rgb(53,51,50); }

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

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

 span { border-color: rgb(53,51,50); }

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