#35312E

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

Shades of Kilamanjaro #35312E

Tints of Kilamanjaro #35312E

Color information

#35312E (or 0x35312E) is unknown color: approx Kilamanjaro. HEX triplet: 35, 31 and 2E. RGB value is (53,49,46). Sum of RGB (Red+Green+Blue) = 53+49+46=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 53 - color contains mainly: red. Hex color #35312E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35312E is #CACED1. Grayscale: #313131. Windows color (decimal): -13291218 or 3027253. OLE color: 3027253.

HSL color Cylindrical-coordinate representation of color #35312E: hue angle of 25.71º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #35312E is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB534946-
CMYK00.080.130.79
HSL25.71º7.07%19.41%-
HSV(B)25.71º13.21%20.78%-
XYZ3.063.153.03-
YUV49.85125.83130.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.81%
GREEN value IS 49 (19.53% from 255) = 33.11%
BLUE value IS 46 (18.36% from 255) = 31.08%
R=35.81%
G=33.11%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53494600.080.130.7925.717.0719.41
Hex35312E08D4F1a713
Octal6561560101511732723
Binary11010111000110111001000110110011111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35312E; }

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

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

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

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

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

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

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

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