#3B342E

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

Shades of Kilamanjaro #3B342E

Tints of Kilamanjaro #3B342E

Color information

#3B342E (or 0x3B342E) is unknown color: approx Kilamanjaro. HEX triplet: 3B, 34 and 2E. RGB value is (59,52,46). Sum of RGB (Red+Green+Blue) = 59+52+46=157 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.58% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 59 - color contains mainly: red. Hex color #3B342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B342E is #C4CBD1. Grayscale: #353535. Windows color (decimal): -12897234 or 3028027. OLE color: 3028027.

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

Color convert

RGB595246-
CMYK00.120.220.77
HSL27.69º12.38%20.59%-
HSV(B)27.69º22.03%23.14%-
XYZ3.523.583.09-
YUV53.41123.82131.99-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 37.58%
GREEN value IS 52 (20.70% from 255) = 33.12%
BLUE value IS 46 (18.36% from 255) = 29.30%
R=37.58%
G=33.12%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59524600.120.220.7727.6912.3820.59
Hex3B342E0C164D1cc15
Octal73645601426115341425
Binary1110111101001011100110010110100110111100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B342E; }

 p { color: rgb(59,52,46); }

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

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

 a { background-color: rgb(59,52,46); }

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

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

 span { border-color: rgb(59,52,46); }

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