#363427

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

Shades of Graphite #363427

Tints of Graphite #363427

Color information

#363427 (or 0x363427) is unknown color: approx Graphite. HEX triplet: 36, 34 and 27. RGB value is (54,52,39). Sum of RGB (Red+Green+Blue) = 54+52+39=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 54 - color contains mainly: red. Hex color #363427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363427 is #C9CBD8. Grayscale: #333333. Windows color (decimal): -13224921 or 2569270. OLE color: 2569270.

HSL color Cylindrical-coordinate representation of color #363427: hue angle of 52º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #363427 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB545239-
CMYK00.040.280.79
HSL52º16.13%18.24%-
HSV(B)52º27.78%21.18%-
XYZ3.123.392.41-
YUV51.12121.16130.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.24%
GREEN value IS 52 (20.70% from 255) = 35.86%
BLUE value IS 39 (15.62% from 255) = 26.90%
R=37.24%
G=35.86%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54523900.040.280.795216.1318.24
Hex363427041C4F341012
Octal6664470434117642022
Binary11011011010010011101001110010011111101001000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363427; }

 p { color: rgb(54,52,39); }

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

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

 a { background-color: rgb(54,52,39); }

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

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

 span { border-color: rgb(54,52,39); }

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