#383427

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

Shades of Graphite #383427

Tints of Graphite #383427

Color information

#383427 (or 0x383427) is unknown color: approx Graphite. HEX triplet: 38, 34 and 27. RGB value is (56,52,39). Sum of RGB (Red+Green+Blue) = 56+52+39=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 56 - color contains mainly: red. Hex color #383427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383427 is #C7CBD8. Grayscale: #333333. Windows color (decimal): -13093849 or 2569272. OLE color: 2569272.

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

Color convert

RGB565239-
CMYK00.070.300.78
HSL45.88º17.89%18.63%-
HSV(B)45.88º30.36%21.96%-
XYZ3.233.442.41-
YUV51.71120.83131.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.10%
GREEN value IS 52 (20.70% from 255) = 35.37%
BLUE value IS 39 (15.62% from 255) = 26.53%
R=38.10%
G=35.37%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56523900.070.300.7845.8817.8918.63
Hex383427071E4E2e1213
Octal7064470736116562223
Binary11100011010010011101111111010011101011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383427; }

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

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

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

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

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

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

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

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