Html Css Color HEX #383420 Graphite

📋 copy color: '#383420'

red 56 ◦ green 52 ◦ blue 32

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

Shades of Graphite #383420

Tints of Graphite #383420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.14%

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

R = 40%
G = 37.14%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.78

RGB Variations

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

Color information

#383420 (or 0x383420) is known color: Graphite. HEX triplet: 38, 34 and 20. RGB value is (56,52,32). Sum of RGB (Red+Green+Blue) = 56+52+32=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 56 - color contains mainly: red. Hex color #383420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383420 is #C7CBDF. Grayscale: #333333. Windows color (decimal): -13093856 or 2110520. OLE color: 2110520.

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

Color convert

RGB 56 52 32 -
CMYK 0 0.07 0.43 0.78
HSL 50º 0.27% 0.17% -
HSV(B) 50º 0.43% 0.22% -
XYZ 3.12 3.4 1.86 -
YUV 50.92 117.33 131.63 -
System Red Green Blue C M Y K H S L
Decimal 56 52 32 0 0.07 0.43 0.78 50 0.27 0.17
Hex 38 34 20 0 7 2B 4E 32 1B 11
Octal 70 64 40 0 7 53 116 62 33 21
Binary 111000 110100 100000 0 111 101011 1001110 110010 11011 10001

Color Harmonies of #383420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383420

Black with #383420

Text Example


Text Example

White with #383420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383420; }

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

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

background-color css

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

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

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

border-color css

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

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

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