#3F3A38

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

Shades of Kilamanjaro #3F3A38

Tints of Kilamanjaro #3F3A38

Color information

#3F3A38 (or 0x3F3A38) is unknown color: approx Kilamanjaro. HEX triplet: 3F, 3A and 38. RGB value is (63,58,56). Sum of RGB (Red+Green+Blue) = 63+58+56=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3A38 is #C0C5C7. Grayscale: #3B3B3B. Windows color (decimal): -12633544 or 3684927. OLE color: 3684927.

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

Color convert

RGB635856-
CMYK00.080.110.75
HSL17.14º5.88%23.33%-
HSV(B)17.14º11.11%24.71%-
XYZ4.284.374.36-
YUV59.27126.16130.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.59%
GREEN value IS 58 (23.05% from 255) = 32.77%
BLUE value IS 56 (22.27% from 255) = 31.64%
R=35.59%
G=32.77%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63585600.080.110.7517.145.8823.33
Hex3F3A3808B4B11617
Octal7772700101311321627
Binary11111111101011100001000101110010111000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,58,56); }

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

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

 a { background-color: rgb(63,58,56); }

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

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

 span { border-color: rgb(63,58,56); }

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