#36342E

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

Shades of Graphite #36342E

Tints of Graphite #36342E

Color information

#36342E (or 0x36342E) is unknown color: approx Graphite. HEX triplet: 36, 34 and 2E. RGB value is (54,52,46). Sum of RGB (Red+Green+Blue) = 54+52+46=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 54 - color contains mainly: red. Hex color #36342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36342E is #C9CBD1. Grayscale: #333333. Windows color (decimal): -13224914 or 3028022. OLE color: 3028022.

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

Color convert

RGB545246-
CMYK00.040.150.79
HSL45º8%19.61%-
HSV(B)45º14.81%21.18%-
XYZ3.243.443.08-
YUV51.91124.66129.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.53%
GREEN value IS 52 (20.70% from 255) = 34.21%
BLUE value IS 46 (18.36% from 255) = 30.26%
R=35.53%
G=34.21%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54524600.040.150.7945819.61
Hex36342E04F4F2d814
Octal6664560417117551024
Binary110110110100101110010011111001111101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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