#38362F

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

Shades of Graphite #38362F

Tints of Graphite #38362F

Color information

#38362F (or 0x38362F) is unknown color: approx Graphite. HEX triplet: 38, 36 and 2F. RGB value is (56,54,47). Sum of RGB (Red+Green+Blue) = 56+54+47=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 56 - color contains mainly: red. Hex color #38362F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38362F is #C7C9D0. Grayscale: #353535. Windows color (decimal): -13093329 or 3094072. OLE color: 3094072.

HSL color Cylindrical-coordinate representation of color #38362F: hue angle of 46.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 #38362F is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB565447-
CMYK00.040.160.78
HSL46.67º8.74%20.2%-
HSV(B)46.67º16.07%21.96%-
XYZ3.463.683.22-
YUV53.8124.16129.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.67%
GREEN value IS 54 (21.48% from 255) = 34.39%
BLUE value IS 47 (18.75% from 255) = 29.94%
R=35.67%
G=34.39%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56544700.040.160.7846.678.7420.2
Hex38362F04104E2f914
Octal7066570420116571124
Binary1110001101101011110100100001001110101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38362F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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