#38332F

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

Shades of Kilamanjaro #38332F

Tints of Kilamanjaro #38332F

Color information

#38332F (or 0x38332F) is unknown color: approx Kilamanjaro. HEX triplet: 38, 33 and 2F. RGB value is (56,51,47). Sum of RGB (Red+Green+Blue) = 56+51+47=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 56 - color contains mainly: red. Hex color #38332F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38332F is #C7CCD0. Grayscale: #343434. Windows color (decimal): -13094097 or 3093304. OLE color: 3093304.

HSL color Cylindrical-coordinate representation of color #38332F: hue angle of 26.67º degrees, saturation: 0.09, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #38332F is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB565147-
CMYK00.090.160.78
HSL26.67º8.74%20.2%-
HSV(B)26.67º16.07%21.96%-
XYZ3.333.413.17-
YUV52.04125.16130.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.36%
GREEN value IS 51 (20.31% from 255) = 33.12%
BLUE value IS 47 (18.75% from 255) = 30.52%
R=36.36%
G=33.12%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56514700.090.160.7826.678.7420.2
Hex38332F09104E1b914
Octal70635701120116331124
Binary1110001100111011110100110000100111011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38332F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38332F; }

 p { color: rgb(56,51,47); }

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

<style>
 a { background-color: #38332F; }

 a { background-color: rgb(56,51,47); }

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

<style>
 span { border-color: #38332F; }

 span { border-color: rgb(56,51,47); }

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