#363018

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

Shades of Graphite #363018

Tints of Graphite #363018

Color information

#363018 (or 0x363018) is unknown color: approx Graphite. HEX triplet: 36, 30 and 18. RGB value is (54,48,24). Sum of RGB (Red+Green+Blue) = 54+48+24=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 54 - color contains mainly: red. Hex color #363018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363018 is #C9CFE7. Grayscale: #2F2F2F. Windows color (decimal): -13225960 or 1585206. OLE color: 1585206.

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

Color convert

RGB544824-
CMYK00.110.560.79
HSL48º38.46%15.29%-
HSV(B)48º55.56%21.18%-
XYZ2.742.961.29-
YUV47.06114.99132.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.86%
GREEN value IS 48 (19.14% from 255) = 38.10%
BLUE value IS 24 (9.77% from 255) = 19.05%
R=42.86%
G=38.10%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54482400.110.560.794838.4615.29
Hex3630180B384F3026f
Octal66603001370117604617
Binary110110110000110000101111100010011111100001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363018; }

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

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

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

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

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

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

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

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