#3D3A38

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

Shades of Kilamanjaro #3D3A38

Tints of Kilamanjaro #3D3A38

Color information

#3D3A38 (or 0x3D3A38) is unknown color: approx Kilamanjaro. HEX triplet: 3D, 3A and 38. RGB value is (61,58,56). Sum of RGB (Red+Green+Blue) = 61+58+56=175 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.86% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3A38 is #C2C5C7. Grayscale: #3A3A3A. Windows color (decimal): -12764616 or 3684925. OLE color: 3684925.

HSL color Cylindrical-coordinate representation of color #3D3A38: hue angle of 24º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3D3A38 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.76.

Color convert

RGB615856-
CMYK00.050.080.76
HSL24º4.27%22.94%-
HSV(B)24º8.2%23.92%-
XYZ4.154.34.35-
YUV58.67126.49129.66-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.86%
GREEN value IS 58 (23.05% from 255) = 33.14%
BLUE value IS 56 (22.27% from 255) = 32%
R=34.86%
G=33.14%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61585600.050.080.76244.2722.94
Hex3D3A380584C18417
Octal757270051011430427
Binary1111011110101110000101100010011001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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