#34332D

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

Shades of Graphite #34332D

Tints of Graphite #34332D

Color information

#34332D (or 0x34332D) is unknown color: approx Graphite. HEX triplet: 34, 33 and 2D. RGB value is (52,51,45). Sum of RGB (Red+Green+Blue) = 52+51+45=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 52 - color contains mainly: red. Hex color #34332D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34332D is #CBCCD2. Grayscale: #323232. Windows color (decimal): -13356243 or 2962228. OLE color: 2962228.

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

Color convert

RGB525145-
CMYK00.020.130.80
HSL51.43º7.22%19.02%-
HSV(B)51.43º13.46%20.39%-
XYZ3.073.292.96-
YUV50.62124.83128.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.14%
GREEN value IS 51 (20.31% from 255) = 34.46%
BLUE value IS 45 (17.97% from 255) = 30.41%
R=35.14%
G=34.46%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52514500.020.130.8051.437.2219.02
Hex34332D02D5033713
Octal646355021512063723
Binary1101001100111011010101101101000011001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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