#38311D

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

Shades of Graphite #38311D

Tints of Graphite #38311D

Color information

#38311D (or 0x38311D) is unknown color: approx Graphite. HEX triplet: 38, 31 and 1D. RGB value is (56,49,29). Sum of RGB (Red+Green+Blue) = 56+49+29=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 56 - color contains mainly: red. Hex color #38311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38311D is #C7CEE2. Grayscale: #303030. Windows color (decimal): -13094627 or 1913144. OLE color: 1913144.

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

Color convert

RGB564929-
CMYK00.120.480.78
HSL44.44º31.76%16.67%-
HSV(B)44.44º48.21%21.96%-
XYZ2.953.131.61-
YUV48.81116.82133.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.79%
GREEN value IS 49 (19.53% from 255) = 36.57%
BLUE value IS 29 (11.72% from 255) = 21.64%
R=41.79%
G=36.57%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56492900.120.480.7844.4431.7616.67
Hex38311D0C304E2c2011
Octal70613501460116544021
Binary1110001100011110101100110000100111010110010000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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