#3B322E

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

Shades of Kilamanjaro #3B322E

Tints of Kilamanjaro #3B322E

Color information

#3B322E (or 0x3B322E) is unknown color: approx Kilamanjaro. HEX triplet: 3B, 32 and 2E. RGB value is (59,50,46). Sum of RGB (Red+Green+Blue) = 59+50+46=155 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.06% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 59 - color contains mainly: red. Hex color #3B322E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B322E is #C4CDD1. Grayscale: #343434. Windows color (decimal): -12897746 or 3027515. OLE color: 3027515.

HSL color Cylindrical-coordinate representation of color #3B322E: hue angle of 18.46º 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 #3B322E is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.77.

Color convert

RGB595046-
CMYK00.150.220.77
HSL18.46º12.38%20.59%-
HSV(B)18.46º22.03%23.14%-
XYZ3.443.413.06-
YUV52.24124.48132.83-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.06%
GREEN value IS 50 (19.92% from 255) = 32.26%
BLUE value IS 46 (18.36% from 255) = 29.68%
R=38.06%
G=32.26%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59504600.150.220.7718.4612.3820.59
Hex3B322E0F164D12c15
Octal73625601726115221425
Binary1110111100101011100111110110100110110010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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