Html Css Color HEX #363022 Graphite

📋 copy color: '#363022'

red 54 ◦ green 48 ◦ blue 34

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

Shades of Graphite #363022

Tints of Graphite #363022

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.29%

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

R = 39.71%
G = 35.29%
B = 25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.79

RGB Variations

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

Color information

#363022 (or 0x363022) is known color: Graphite. HEX triplet: 36, 30 and 22. RGB value is (54,48,34). Sum of RGB (Red+Green+Blue) = 54+48+34=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 54 - color contains mainly: red. Hex color #363022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363022 is #C9CFDD. Grayscale: #303030. Windows color (decimal): -13225950 or 2240566. OLE color: 2240566.

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

Color convert

RGB 54 48 34 -
CMYK 0 0.11 0.37 0.79
HSL 42º 0.23% 0.17% -
HSV(B) 42º 0.37% 0.21% -
XYZ 2.87 3.01 1.94 -
YUV 48.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 54 48 34 0 0.11 0.37 0.79 42 0.23 0.17
Hex 36 30 22 0 B 25 4F 2A 17 11
Octal 66 60 42 0 13 45 117 52 27 21
Binary 110110 110000 100010 0 1011 100101 1001111 101010 10111 10001

Color Harmonies of #363022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363022

Black with #363022

Text Example


Text Example

White with #363022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363022; }

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

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

background-color css

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

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

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

border-color css

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

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

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