#383315

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

Shades of Graphite #383315

Tints of Graphite #383315

Color information

#383315 (or 0x383315) is unknown color: approx Graphite. HEX triplet: 38, 33 and 15. RGB value is (56,51,21). Sum of RGB (Red+Green+Blue) = 56+51+21=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 21 (8.59% from 255 or 16.41% from 128); Max value from RGB is 56 - color contains mainly: red. Hex color #383315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383315 is #C7CCEA. Grayscale: #313131. Windows color (decimal): -13094123 or 1389368. OLE color: 1389368.

HSL color Cylindrical-coordinate representation of color #383315: hue angle of 51.43º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #383315 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB565121-
CMYK00.090.630.78
HSL51.43º45.45%15.1%-
HSV(B)51.43º62.5%21.96%-
XYZ2.953.261.18-
YUV49.08112.16132.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.75%
GREEN value IS 51 (20.31% from 255) = 39.84%
BLUE value IS 21 (8.59% from 255) = 16.41%
R=43.75%
G=39.84%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56512100.090.630.7851.4345.4515.1
Hex383315093F4E332df
Octal70632501177116635517
Binary111000110011101010100111111110011101100111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383315; }

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

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

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

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

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

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

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

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