#36342B

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

Shades of Graphite #36342B

Tints of Graphite #36342B

Color information

#36342B (or 0x36342B) is unknown color: approx Graphite. HEX triplet: 36, 34 and 2B. RGB value is (54,52,43). Sum of RGB (Red+Green+Blue) = 54+52+43=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 54 - color contains mainly: red. Hex color #36342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36342B is #C9CBD4. Grayscale: #333333. Windows color (decimal): -13224917 or 2831414. OLE color: 2831414.

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

Color convert

RGB545243-
CMYK00.040.200.79
HSL49.09º11.34%19.02%-
HSV(B)49.09º20.37%21.18%-
XYZ3.193.412.78-
YUV51.57123.16129.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.24%
GREEN value IS 52 (20.70% from 255) = 34.90%
BLUE value IS 43 (17.19% from 255) = 28.86%
R=36.24%
G=34.90%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54524300.040.200.7949.0911.3419.02
Hex36342B04144F31b13
Octal6664530424117611323
Binary1101101101001010110100101001001111110001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36342B; }

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

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

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

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

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

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

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

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