#363229

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

Shades of Graphite #363229

Tints of Graphite #363229

Color information

#363229 (or 0x363229) is unknown color: approx Graphite. HEX triplet: 36, 32 and 29. RGB value is (54,50,41). Sum of RGB (Red+Green+Blue) = 54+50+41=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 54 - color contains mainly: red. Hex color #363229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363229 is #C9CDD6. Grayscale: #323232. Windows color (decimal): -13225431 or 2699830. OLE color: 2699830.

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

Color convert

RGB545041-
CMYK00.070.240.79
HSL41.54º13.68%18.63%-
HSV(B)41.54º24.07%21.18%-
XYZ3.063.232.56-
YUV50.17122.83130.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.24%
GREEN value IS 50 (19.92% from 255) = 34.48%
BLUE value IS 41 (16.41% from 255) = 28.28%
R=37.24%
G=34.48%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54504100.070.240.7941.5413.6818.63
Hex36322907184F2ae13
Octal6662510730117521623
Binary1101101100101010010111110001001111101010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363229; }

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

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

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

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

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

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

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

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