#383732

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

Shades of Graphite #383732

Tints of Graphite #383732

Color information

#383732 (or 0x383732) is unknown color: approx Graphite. HEX triplet: 38, 37 and 32. RGB value is (56,55,50). Sum of RGB (Red+Green+Blue) = 56+55+50=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 56 - color contains mainly: red. Hex color #383732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383732 is #C7C8CD. Grayscale: #363636. Windows color (decimal): -13093070 or 3290936. OLE color: 3290936.

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

Color convert

RGB565550-
CMYK00.020.110.78
HSL50º5.66%20.78%-
HSV(B)50º10.71%21.96%-
XYZ3.573.83.56-
YUV54.73125.33128.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.78%
GREEN value IS 55 (21.88% from 255) = 34.16%
BLUE value IS 50 (19.92% from 255) = 31.06%
R=34.78%
G=34.16%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56555000.020.110.78505.6620.78
Hex38373202B4E32615
Octal706762021311662625
Binary1110001101111100100101011100111011001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383732; }

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

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

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

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

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

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

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

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