Html Css Color HEX #383120 Graphite

📋 copy color: '#383120'

red 56 ◦ green 49 ◦ blue 32

#383120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Graphite #383120

Tints of Graphite #383120

RGB

 RED value IS 56 (22.27% from 255) = 40.88%

 GREEN value IS 49 (19.53% from 255) = 35.77%

 BLUE value IS 32 (12.89% from 255) = 23.36%

R = 40.88%
G = 35.77%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.78

RGB Variations

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

Color information

#383120 (or 0x383120) is known color: Graphite. HEX triplet: 38, 31 and 20. RGB value is (56,49,32). Sum of RGB (Red+Green+Blue) = 56+49+32=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 56 - color contains mainly: red. Hex color #383120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383120 is #C7CEDF. Grayscale: #313131. Windows color (decimal): -13094624 or 2109752. OLE color: 2109752.

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

Color convert

RGB 56 49 32 -
CMYK 0 0.12 0.43 0.78
HSL 42.5º 0.27% 0.17% -
HSV(B) 42.5º 0.43% 0.22% -
XYZ 2.99 3.14 1.82 -
YUV 49.16 118.32 132.88 -
System Red Green Blue C M Y K H S L
Decimal 56 49 32 0 0.12 0.43 0.78 42.5 0.27 0.17
Hex 38 31 20 0 C 2B 4E 2A 1B 11
Octal 70 61 40 0 14 53 116 52 33 21
Binary 111000 110001 100000 0 1100 101011 1001110 101010 11011 10001

Color Harmonies of #383120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383120

Black with #383120

Text Example


Text Example

White with #383120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383120; }

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

 H1.HeaderClassName
 {
   color: #383120;
 }
 .AnyTagClassName
 {
   color: #383120;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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