#3A3938

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

Shades of Kilamanjaro #3A3938

Tints of Kilamanjaro #3A3938

Color information

#3A3938 (or 0x3A3938) is unknown color: approx Kilamanjaro. HEX triplet: 3A, 39 and 38. RGB value is (58,57,56). Sum of RGB (Red+Green+Blue) = 58+57+56=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3938 is #C5C6C7. Grayscale: #393939. Windows color (decimal): -12961480 or 3684666. OLE color: 3684666.

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

Color convert

RGB585756-
CMYK00.020.030.77
HSL30º1.75%22.35%-
HSV(B)30º3.45%22.75%-
XYZ3.924.114.33-
YUV57.18127.33128.58-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.92%
GREEN value IS 57 (22.66% from 255) = 33.33%
BLUE value IS 56 (22.27% from 255) = 32.75%
R=33.92%
G=33.33%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58575600.020.030.77301.7522.35
Hex3A39380234D1e216
Octal72717002311536226
Binary111010111001111000010111001101111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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