#3F3934

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

Shades of Kilamanjaro #3F3934

Tints of Kilamanjaro #3F3934

Color information

#3F3934 (or 0x3F3934) is unknown color: approx Kilamanjaro. HEX triplet: 3F, 39 and 34. RGB value is (63,57,52). Sum of RGB (Red+Green+Blue) = 63+57+52=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3934 is #C0C6CB. Grayscale: #3A3A3A. Windows color (decimal): -12633804 or 3422527. OLE color: 3422527.

HSL color Cylindrical-coordinate representation of color #3F3934: hue angle of 27.27º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3F3934 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB635752-
CMYK00.100.170.75
HSL27.27º9.57%22.55%-
HSV(B)27.27º17.46%24.71%-
XYZ4.134.233.85-
YUV58.22124.49131.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.63%
GREEN value IS 57 (22.66% from 255) = 33.14%
BLUE value IS 52 (20.70% from 255) = 30.23%
R=36.63%
G=33.14%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63575200.100.170.7527.279.5722.55
Hex3F39340A114B1ba17
Octal77716401221113331227
Binary1111111110011101000101010001100101111011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,57,52); }

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

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

 a { background-color: rgb(63,57,52); }

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

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

 span { border-color: rgb(63,57,52); }

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