#383327

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

Shades of Graphite #383327

Tints of Graphite #383327

Color information

#383327 (or 0x383327) is unknown color: approx Graphite. HEX triplet: 38, 33 and 27. RGB value is (56,51,39). Sum of RGB (Red+Green+Blue) = 56+51+39=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 56 - color contains mainly: red. Hex color #383327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383327 is #C7CCD8. Grayscale: #333333. Windows color (decimal): -13094105 or 2569016. OLE color: 2569016.

HSL color Cylindrical-coordinate representation of color #383327: hue angle of 42.35º 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 #383327 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB565139-
CMYK00.090.300.78
HSL42.35º17.89%18.63%-
HSV(B)42.35º30.36%21.96%-
XYZ3.183.352.4-
YUV51.13121.16131.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.36%
GREEN value IS 51 (20.31% from 255) = 34.93%
BLUE value IS 39 (15.62% from 255) = 26.71%
R=38.36%
G=34.93%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56513900.090.300.7842.3517.8918.63
Hex383327091E4E2a1213
Octal70634701136116522223
Binary111000110011100111010011111010011101010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383327; }

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

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

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

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

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

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

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

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