Html Css Color HEX #363122 Graphite

📋 copy color: '#363122'

red 54 ◦ green 49 ◦ blue 34

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

Shades of Graphite #363122

Tints of Graphite #363122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 24.82%

R = 39.42%
G = 35.77%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.79

RGB Variations

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

Color information

#363122 (or 0x363122) is known color: Graphite. HEX triplet: 36, 31 and 22. RGB value is (54,49,34). Sum of RGB (Red+Green+Blue) = 54+49+34=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 54 - color contains mainly: red. Hex color #363122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363122 is #C9CEDD. Grayscale: #303030. Windows color (decimal): -13225694 or 2240822. OLE color: 2240822.

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

Color convert

RGB 54 49 34 -
CMYK 0 0.09 0.37 0.79
HSL 45º 0.23% 0.17% -
HSV(B) 45º 0.37% 0.21% -
XYZ 2.91 3.1 1.96 -
YUV 48.79 119.66 131.72 -
System Red Green Blue C M Y K H S L
Decimal 54 49 34 0 0.09 0.37 0.79 45 0.23 0.17
Hex 36 31 22 0 9 25 4F 2D 17 11
Octal 66 61 42 0 11 45 117 55 27 21
Binary 110110 110001 100010 0 1001 100101 1001111 101101 10111 10001

Color Harmonies of #363122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363122

Black with #363122

Text Example


Text Example

White with #363122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363122; }

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

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

background-color css

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

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

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

border-color css

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

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

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