#34312A

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

Shades of Graphite #34312A

Tints of Graphite #34312A

Color information

#34312A (or 0x34312A) is unknown color: approx Graphite. HEX triplet: 34, 31 and 2A. RGB value is (52,49,42). Sum of RGB (Red+Green+Blue) = 52+49+42=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 52 - color contains mainly: red. Hex color #34312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34312A is #CBCED5. Grayscale: #313131. Windows color (decimal): -13356758 or 2765108. OLE color: 2765108.

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

Color convert

RGB524942-
CMYK00.060.190.80
HSL42º10.64%18.43%-
HSV(B)42º19.23%20.39%-
XYZ2.933.092.63-
YUV49.1123.99130.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.36%
GREEN value IS 49 (19.53% from 255) = 34.27%
BLUE value IS 42 (16.80% from 255) = 29.37%
R=36.36%
G=34.27%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52494200.060.190.804210.6418.43
Hex34312A0613502ab12
Octal6461520623120521322
Binary1101001100011010100110100111010000101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34312A; }

 p { color: rgb(52,49,42); }

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

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

 a { background-color: rgb(52,49,42); }

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

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

 span { border-color: rgb(52,49,42); }

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