#38352D

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

Shades of Graphite #38352D

Tints of Graphite #38352D

Color information

#38352D (or 0x38352D) is unknown color: approx Graphite. HEX triplet: 38, 35 and 2D. RGB value is (56,53,45). Sum of RGB (Red+Green+Blue) = 56+53+45=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 56 - color contains mainly: red. Hex color #38352D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38352D is #C7CAD2. Grayscale: #353535. Windows color (decimal): -13093587 or 2962744. OLE color: 2962744.

HSL color Cylindrical-coordinate representation of color #38352D: hue angle of 43.64º 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 #38352D is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.78.

Color convert

RGB565345-
CMYK00.050.200.78
HSL43.64º10.89%19.8%-
HSV(B)43.64º19.64%21.96%-
XYZ3.383.582.99-
YUV52.98123.49130.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.36%
GREEN value IS 53 (21.09% from 255) = 34.42%
BLUE value IS 45 (17.97% from 255) = 29.22%
R=36.36%
G=34.42%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56534500.050.200.7843.6410.8919.8
Hex38352D05144E2cb14
Octal7065550524116541324
Binary1110001101011011010101101001001110101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38352D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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