#383219

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

Shades of Graphite #383219

Tints of Graphite #383219

Color information

#383219 (or 0x383219) is unknown color: approx Graphite. HEX triplet: 38, 32 and 19. RGB value is (56,50,25). Sum of RGB (Red+Green+Blue) = 56+50+25=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #383219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383219 is #C7CDE6. Grayscale: #313131. Windows color (decimal): -13094375 or 1651256. OLE color: 1651256.

HSL color Cylindrical-coordinate representation of color #383219: hue angle of 48.39º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #383219 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.78.

Color convert

RGB565025-
CMYK00.110.550.78
HSL48.39º38.27%15.88%-
HSV(B)48.39º55.36%21.96%-
XYZ2.953.191.38-
YUV48.94114.49133.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.75%
GREEN value IS 50 (19.92% from 255) = 38.17%
BLUE value IS 25 (10.16% from 255) = 19.08%
R=42.75%
G=38.17%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56502500.110.550.7848.3938.2715.88
Hex3832190B374E302610
Octal70623101367116604620
Binary1110001100101100101011110111100111011000010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383219; }

 p { color: rgb(56,50,25); }

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

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

 a { background-color: rgb(56,50,25); }

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

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

 span { border-color: rgb(56,50,25); }

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