#38362D

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

Shades of Graphite #38362D

Tints of Graphite #38362D

Color information

#38362D (or 0x38362D) is unknown color: approx Graphite. HEX triplet: 38, 36 and 2D. RGB value is (56,54,45). Sum of RGB (Red+Green+Blue) = 56+54+45=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 56 - color contains mainly: red. Hex color #38362D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38362D is #C7C9D2. Grayscale: #353535. Windows color (decimal): -13093331 or 2963000. OLE color: 2963000.

HSL color Cylindrical-coordinate representation of color #38362D: hue angle of 49.09º degrees, saturation: 0.11, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #38362D is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.78.

Color convert

RGB565445-
CMYK00.040.200.78
HSL49.09º10.89%19.8%-
HSV(B)49.09º19.64%21.96%-
XYZ3.423.673.01-
YUV53.57123.16129.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.13%
GREEN value IS 54 (21.48% from 255) = 34.84%
BLUE value IS 45 (17.97% from 255) = 29.03%
R=36.13%
G=34.84%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56544500.040.200.7849.0910.8919.8
Hex38362D04144E31b14
Octal7066550424116611324
Binary1110001101101011010100101001001110110001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38362D; }

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

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

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

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

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

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

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

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