#383317

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

Shades of Graphite #383317

Tints of Graphite #383317

Color information

#383317 (or 0x383317) is unknown color: approx Graphite. HEX triplet: 38, 33 and 17. RGB value is (56,51,23). Sum of RGB (Red+Green+Blue) = 56+51+23=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 23 (9.38% from 255 or 17.69% from 130); Max value from RGB is 56 - color contains mainly: red. Hex color #383317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383317 is #C7CCE8. Grayscale: #313131. Windows color (decimal): -13094121 or 1520440. OLE color: 1520440.

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

Color convert

RGB565123-
CMYK00.090.590.78
HSL50.91º41.77%15.49%-
HSV(B)50.91º58.93%21.96%-
XYZ2.973.271.29-
YUV49.3113.16132.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.08%
GREEN value IS 51 (20.31% from 255) = 39.23%
BLUE value IS 23 (9.38% from 255) = 17.69%
R=43.08%
G=39.23%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56512300.090.590.7850.9141.7715.49
Hex383317093B4E332af
Octal70632701173116635217
Binary111000110011101110100111101110011101100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383317; }

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

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

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

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

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

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

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

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