Html Css Color HEX #363222 Graphite

📋 copy color: '#363222'

red 54 ◦ green 50 ◦ blue 34

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

Shades of Graphite #363222

Tints of Graphite #363222

RGB

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

 GREEN value IS 50 (19.92% from 255) = 36.23%

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

R = 39.13%
G = 36.23%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.79

RGB Variations

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

Color information

#363222 (or 0x363222) is known color: Graphite. HEX triplet: 36, 32 and 22. RGB value is (54,50,34). Sum of RGB (Red+Green+Blue) = 54+50+34=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 54 - color contains mainly: red. Hex color #363222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363222 is #C9CDDD. Grayscale: #313131. Windows color (decimal): -13225438 or 2241078. OLE color: 2241078.

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

Color convert

RGB 54 50 34 -
CMYK 0 0.07 0.37 0.79
HSL 48º 0.23% 0.17% -
HSV(B) 48º 0.37% 0.21% -
XYZ 2.95 3.18 1.97 -
YUV 49.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 54 50 34 0 0.07 0.37 0.79 48 0.23 0.17
Hex 36 32 22 0 7 25 4F 30 17 11
Octal 66 62 42 0 7 45 117 60 27 21
Binary 110110 110010 100010 0 111 100101 1001111 110000 10111 10001

Color Harmonies of #363222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363222

Black with #363222

Text Example


Text Example

White with #363222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363222; }

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

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

background-color css

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

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

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

border-color css

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

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

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