#38311C

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

Shades of Graphite #38311C

Tints of Graphite #38311C

Color information

#38311C (or 0x38311C) is unknown color: approx Graphite. HEX triplet: 38, 31 and 1C. RGB value is (56,49,28). Sum of RGB (Red+Green+Blue) = 56+49+28=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #38311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38311C is #C7CEE3. Grayscale: #303030. Windows color (decimal): -13094628 or 1847608. OLE color: 1847608.

HSL color Cylindrical-coordinate representation of color #38311C: hue angle of 45º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38311C is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB564928-
CMYK00.120.500.78
HSL45º33.33%16.47%-
HSV(B)45º50%21.96%-
XYZ2.943.121.55-
YUV48.7116.32133.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.11%
GREEN value IS 49 (19.53% from 255) = 36.84%
BLUE value IS 28 (11.33% from 255) = 21.05%
R=42.11%
G=36.84%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56492800.120.500.784533.3316.47
Hex38311C0C324E2d2110
Octal70613401462116554120
Binary1110001100011110001100110010100111010110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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