#363021

Color #363021 Graphite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Graphite #363021

Tints of Graphite #363021

Color information

#363021 (or 0x363021) is unknown color: approx Graphite. HEX triplet: 36, 30 and 21. RGB value is (54,48,33). Sum of RGB (Red+Green+Blue) = 54+48+33=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 54 - color contains mainly: red. Hex color #363021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363021 is #C9CFDE. Grayscale: #303030. Windows color (decimal): -13225951 or 2175030. OLE color: 2175030.

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

Color convert

RGB544833-
CMYK00.110.390.79
HSL42.86º24.14%17.06%-
HSV(B)42.86º38.89%21.18%-
XYZ2.853.011.87-
YUV48.08119.49132.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40%
GREEN value IS 48 (19.14% from 255) = 35.56%
BLUE value IS 33 (13.28% from 255) = 24.44%
R=40%
G=35.56%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54483300.110.390.7942.8624.1417.06
Hex3630210B274F2b1811
Octal66604101347117533021
Binary1101101100001000010101110011110011111010111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363021; }

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

 H1.HeaderClassName
 {
   color: #363021;
 }
 .AnyTagClassName
 {
   color: #363021;
 }
</style>
background-color css

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

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

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

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

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

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