#383627

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

Shades of Graphite #383627

Tints of Graphite #383627

Color information

#383627 (or 0x383627) is unknown color: approx Graphite. HEX triplet: 38, 36 and 27. RGB value is (56,54,39). Sum of RGB (Red+Green+Blue) = 56+54+39=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 56 - color contains mainly: red. Hex color #383627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383627 is #C7C9D8. Grayscale: #343434. Windows color (decimal): -13093337 or 2569784. OLE color: 2569784.

HSL color Cylindrical-coordinate representation of color #383627: hue angle of 52.94º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #383627 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB565439-
CMYK00.040.300.78
HSL52.94º17.89%18.63%-
HSV(B)52.94º30.36%21.96%-
XYZ3.323.632.44-
YUV52.89120.16130.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.58%
GREEN value IS 54 (21.48% from 255) = 36.24%
BLUE value IS 39 (15.62% from 255) = 26.17%
R=37.58%
G=36.24%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56543900.040.300.7852.9417.8918.63
Hex383627041E4E351213
Octal7066470436116652223
Binary11100011011010011101001111010011101101011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383627; }

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

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

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

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

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

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

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

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