#38321D

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

Shades of Graphite #38321D

Tints of Graphite #38321D

Color information

#38321D (or 0x38321D) is unknown color: approx Graphite. HEX triplet: 38, 32 and 1D. RGB value is (56,50,29). Sum of RGB (Red+Green+Blue) = 56+50+29=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 56 - color contains mainly: red. Hex color #38321D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38321D is #C7CDE2. Grayscale: #313131. Windows color (decimal): -13094371 or 1913400. OLE color: 1913400.

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

Color convert

RGB565029-
CMYK00.110.480.78
HSL46.67º31.76%16.67%-
HSV(B)46.67º48.21%21.96%-
XYZ2.993.211.62-
YUV49.4116.49132.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.48%
GREEN value IS 50 (19.92% from 255) = 37.04%
BLUE value IS 29 (11.72% from 255) = 21.48%
R=41.48%
G=37.04%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56502900.110.480.7846.6731.7616.67
Hex38321D0B304E2f2011
Octal70623501360116574021
Binary1110001100101110101011110000100111010111110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38321D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,50,29); }

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

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

 a { background-color: rgb(56,50,29); }

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

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

 span { border-color: rgb(56,50,29); }

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