#383631

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

Shades of Graphite #383631

Tints of Graphite #383631

Color information

#383631 (or 0x383631) is unknown color: approx Graphite. HEX triplet: 38, 36 and 31. RGB value is (56,54,49). Sum of RGB (Red+Green+Blue) = 56+54+49=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 49 (19.53% from 255 or 30.82% from 159); Max value from RGB is 56 - color contains mainly: red. Hex color #383631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383631 is #C7C9CE. Grayscale: #363636. Windows color (decimal): -13093327 or 3225144. OLE color: 3225144.

HSL color Cylindrical-coordinate representation of color #383631: hue angle of 42.86º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #383631 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB565449-
CMYK00.040.120.78
HSL42.86º6.67%20.59%-
HSV(B)42.86º12.5%21.96%-
XYZ3.53.73.44-
YUV54.03125.16129.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.22%
GREEN value IS 54 (21.48% from 255) = 33.96%
BLUE value IS 49 (19.53% from 255) = 30.82%
R=35.22%
G=33.96%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56544900.040.120.7842.866.6720.59
Hex38363104C4E2b715
Octal706661041411653725
Binary11100011011011000101001100100111010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383631; }

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

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

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

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

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

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

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

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