#38331E

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

Shades of Graphite #38331E

Tints of Graphite #38331E

Color information

#38331E (or 0x38331E) is unknown color: approx Graphite. HEX triplet: 38, 33 and 1E. RGB value is (56,51,30). Sum of RGB (Red+Green+Blue) = 56+51+30=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 56 - color contains mainly: red. Hex color #38331E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38331E is #C7CCE1. Grayscale: #323232. Windows color (decimal): -13094114 or 1979192. OLE color: 1979192.

HSL color Cylindrical-coordinate representation of color #38331E: hue angle of 48.46º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38331E is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB565130-
CMYK00.090.460.78
HSL48.46º30.23%16.86%-
HSV(B)48.46º46.43%21.96%-
XYZ3.053.31.7-
YUV50.1116.66132.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.88%
GREEN value IS 51 (20.31% from 255) = 37.23%
BLUE value IS 30 (12.11% from 255) = 21.90%
R=40.88%
G=37.23%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56513000.090.460.7848.4630.2316.86
Hex38331E092E4E301e11
Octal70633601156116603621
Binary111000110011111100100110111010011101100001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38331E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38331E; }

 p { color: rgb(56,51,30); }

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

<style>
 a { background-color: #38331E; }

 a { background-color: rgb(56,51,30); }

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

<style>
 span { border-color: #38331E; }

 span { border-color: rgb(56,51,30); }

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