#363119

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

Shades of Graphite #363119

Tints of Graphite #363119

Color information

#363119 (or 0x363119) is unknown color: approx Graphite. HEX triplet: 36, 31 and 19. RGB value is (54,49,25). Sum of RGB (Red+Green+Blue) = 54+49+25=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 54 - color contains mainly: red. Hex color #363119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363119 is #C9CEE6. Grayscale: #2F2F2F. Windows color (decimal): -13225703 or 1650998. OLE color: 1650998.

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

Color convert

RGB544925-
CMYK00.090.540.79
HSL49.66º36.71%15.49%-
HSV(B)49.66º53.7%21.18%-
XYZ2.83.051.36-
YUV47.76115.16132.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.19%
GREEN value IS 49 (19.53% from 255) = 38.28%
BLUE value IS 25 (10.16% from 255) = 19.53%
R=42.19%
G=38.28%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54492500.090.540.7949.6636.7115.49
Hex36311909364F3225f
Octal66613101166117624517
Binary110110110001110010100111011010011111100101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363119; }

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

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

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

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

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

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

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

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