Html Css Color HEX #363120 Graphite

📋 copy color: '#363120'

red 54 ◦ green 49 ◦ blue 32

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

Shades of Graphite #363120

Tints of Graphite #363120

RGB

 RED value IS 54 (21.48% from 255) = 40%

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

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

R = 40%
G = 36.3%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.79

RGB Variations

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

Color information

#363120 (or 0x363120) is known color: Graphite. HEX triplet: 36, 31 and 20. RGB value is (54,49,32). Sum of RGB (Red+Green+Blue) = 54+49+32=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 54 - color contains mainly: red. Hex color #363120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363120 is #C9CEDF. Grayscale: #303030. Windows color (decimal): -13225696 or 2109750. OLE color: 2109750.

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

Color convert

RGB 54 49 32 -
CMYK 0 0.09 0.41 0.79
HSL 46.36º 0.26% 0.17% -
HSV(B) 46.36º 0.41% 0.21% -
XYZ 2.88 3.09 1.81 -
YUV 48.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 54 49 32 0 0.09 0.41 0.79 46.36 0.26 0.17
Hex 36 31 20 0 9 29 4F 2E 1A 11
Octal 66 61 40 0 11 51 117 56 32 21
Binary 110110 110001 100000 0 1001 101001 1001111 101110 11010 10001

Color Harmonies of #363120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363120

Black with #363120

Text Example


Text Example

White with #363120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363120; }

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

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

background-color css

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

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

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

border-color css

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

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

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