#383121

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

Shades of Graphite #383121

Tints of Graphite #383121

Color information

#383121 (or 0x383121) is unknown color: approx Graphite. HEX triplet: 38, 31 and 21. RGB value is (56,49,33). Sum of RGB (Red+Green+Blue) = 56+49+33=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 56 - color contains mainly: red. Hex color #383121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383121 is #C7CEDE. Grayscale: #313131. Windows color (decimal): -13094623 or 2175288. OLE color: 2175288.

HSL color Cylindrical-coordinate representation of color #383121: hue angle of 41.74º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #383121 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.78.

Color convert

RGB564933-
CMYK00.120.410.78
HSL41.74º25.84%17.45%-
HSV(B)41.74º41.07%21.96%-
XYZ33.151.89-
YUV49.27118.82132.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.58%
GREEN value IS 49 (19.53% from 255) = 35.51%
BLUE value IS 33 (13.28% from 255) = 23.91%
R=40.58%
G=35.51%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56493300.120.410.7841.7425.8417.45
Hex3831210C294E2a1a11
Octal70614101451116523221
Binary1110001100011000010110010100110011101010101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383121; }

 p { color: rgb(56,49,33); }

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

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

 a { background-color: rgb(56,49,33); }

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

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

 span { border-color: rgb(56,49,33); }

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