Html Css Color HEX #363320 Graphite

📋 copy color: '#363320'

red 54 ◦ green 51 ◦ blue 32

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

Shades of Graphite #363320

Tints of Graphite #363320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 37.23%

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

R = 39.42%
G = 37.23%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.79

RGB Variations

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

Color information

#363320 (or 0x363320) is known color: Graphite. HEX triplet: 36, 33 and 20. RGB value is (54,51,32). Sum of RGB (Red+Green+Blue) = 54+51+32=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 54 - color contains mainly: red. Hex color #363320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363320 is #C9CCDF. Grayscale: #313131. Windows color (decimal): -13225184 or 2110262. OLE color: 2110262.

HSL color Cylindrical-coordinate representation of color #363320: hue angle of 51.82º 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 #363320 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 51 32 -
CMYK 0 0.06 0.41 0.79
HSL 51.82º 0.26% 0.17% -
HSV(B) 51.82º 0.41% 0.21% -
XYZ 2.97 3.26 1.84 -
YUV 49.73 117.99 131.04 -
System Red Green Blue C M Y K H S L
Decimal 54 51 32 0 0.06 0.41 0.79 51.82 0.26 0.17
Hex 36 33 20 0 6 29 4F 34 1A 11
Octal 66 63 40 0 6 51 117 64 32 21
Binary 110110 110011 100000 0 110 101001 1001111 110100 11010 10001

Color Harmonies of #363320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363320

Black with #363320

Text Example


Text Example

White with #363320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363320; }

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

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

background-color css

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

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

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

border-color css

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

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

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