#363530

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

Shades of Graphite #363530

Tints of Graphite #363530

Color information

#363530 (or 0x363530) is unknown color: approx Graphite. HEX triplet: 36, 35 and 30. RGB value is (54,53,48). Sum of RGB (Red+Green+Blue) = 54+53+48=155 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.84% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 54 - color contains mainly: red. Hex color #363530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363530 is #C9CACF. Grayscale: #343434. Windows color (decimal): -13224656 or 3159350. OLE color: 3159350.

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

Color convert

RGB545348-
CMYK00.020.110.79
HSL50º5.88%20%-
HSV(B)50º11.11%21.18%-
XYZ3.333.543.3-
YUV52.73125.33128.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.84%
GREEN value IS 53 (21.09% from 255) = 34.19%
BLUE value IS 48 (19.14% from 255) = 30.97%
R=34.84%
G=34.19%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54534800.020.110.79505.8820
Hex36353002B4F32614
Octal666560021311762624
Binary1101101101011100000101011100111111001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363530; }

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

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

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

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

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

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

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

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