#34332E

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

Shades of Graphite #34332E

Tints of Graphite #34332E

Color information

#34332E (or 0x34332E) is unknown color: approx Graphite. HEX triplet: 34, 33 and 2E. RGB value is (52,51,46). Sum of RGB (Red+Green+Blue) = 52+51+46=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 52 - color contains mainly: red. Hex color #34332E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34332E is #CBCCD1. Grayscale: #323232. Windows color (decimal): -13356242 or 3027764. OLE color: 3027764.

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

Color convert

RGB525146-
CMYK00.020.120.80
HSL50º6.12%19.22%-
HSV(B)50º11.54%20.39%-
XYZ3.093.293.06-
YUV50.73125.33128.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.90%
GREEN value IS 51 (20.31% from 255) = 34.23%
BLUE value IS 46 (18.36% from 255) = 30.87%
R=34.90%
G=34.23%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52514600.020.120.80506.1219.22
Hex34332E02C5032613
Octal646356021412062623
Binary1101001100111011100101100101000011001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34332E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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