#383635

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

Shades of Kilamanjaro #383635

Tints of Kilamanjaro #383635

Color information

#383635 (or 0x383635) is unknown color: approx Kilamanjaro. HEX triplet: 38, 36 and 35. RGB value is (56,54,53). Sum of RGB (Red+Green+Blue) = 56+54+53=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 56 - color contains mainly: red. Hex color #383635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383635 is #C7C9CA. Grayscale: #363636. Windows color (decimal): -13093323 or 3487288. OLE color: 3487288.

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

Color convert

RGB565453-
CMYK00.040.050.78
HSL20º2.75%21.37%-
HSV(B)20º5.36%21.96%-
XYZ3.593.743.9-
YUV54.48127.16129.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.36%
GREEN value IS 54 (21.48% from 255) = 33.13%
BLUE value IS 53 (21.09% from 255) = 32.52%
R=34.36%
G=33.13%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56545300.040.050.78202.7521.37
Hex3836350454E14315
Octal70666504511624325
Binary11100011011011010101001011001110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383635; }

 p { color: rgb(56,54,53); }

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

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

 a { background-color: rgb(56,54,53); }

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

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

 span { border-color: rgb(56,54,53); }

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