#383319

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

Shades of Graphite #383319

Tints of Graphite #383319

Color information

#383319 (or 0x383319) is unknown color: approx Graphite. HEX triplet: 38, 33 and 19. RGB value is (56,51,25). Sum of RGB (Red+Green+Blue) = 56+51+25=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 56 - color contains mainly: red. Hex color #383319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383319 is #C7CCE6. Grayscale: #313131. Windows color (decimal): -13094119 or 1651512. OLE color: 1651512.

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

Color convert

RGB565125-
CMYK00.090.550.78
HSL50.32º38.27%15.88%-
HSV(B)50.32º55.36%21.96%-
XYZ2.993.281.39-
YUV49.53114.16132.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.42%
GREEN value IS 51 (20.31% from 255) = 38.64%
BLUE value IS 25 (10.16% from 255) = 18.94%
R=42.42%
G=38.64%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56512500.090.550.7850.3238.2715.88
Hex38331909374E322610
Octal70633101167116624620
Binary1110001100111100101001110111100111011001010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383319; }

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

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

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

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

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

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

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

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