#38302C

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

Shades of Kilamanjaro #38302C

Tints of Kilamanjaro #38302C

Color information

#38302C (or 0x38302C) is unknown color: approx Kilamanjaro. HEX triplet: 38, 30 and 2C. RGB value is (56,48,44). Sum of RGB (Red+Green+Blue) = 56+48+44=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 56 - color contains mainly: red. Hex color #38302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38302C is #C7CFD3. Grayscale: #313131. Windows color (decimal): -13094868 or 2895928. OLE color: 2895928.

HSL color Cylindrical-coordinate representation of color #38302C: hue angle of 20º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #38302C is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB564844-
CMYK00.140.210.78
HSL20º12%19.61%-
HSV(B)20º21.43%21.96%-
XYZ3.143.142.82-
YUV49.94124.65132.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.84%
GREEN value IS 48 (19.14% from 255) = 32.43%
BLUE value IS 44 (17.58% from 255) = 29.73%
R=37.84%
G=32.43%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56484400.140.210.78201219.61
Hex38302C0E154E14c14
Octal70605401625116241424
Binary1110001100001011000111010101100111010100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38302C; }

 p { color: rgb(56,48,44); }

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

<style>
 a { background-color: #38302C; }

 a { background-color: rgb(56,48,44); }

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

<style>
 span { border-color: #38302C; }

 span { border-color: rgb(56,48,44); }

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