Html Css Color HEX #34312A Graphite

📋 copy color: '#34312A'

red 52 ◦ green 49 ◦ blue 42

#34312A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Graphite #34312A

Tints of Graphite #34312A

RGB

 RED value IS 52 (20.7% from 255) = 36.36%

 GREEN value IS 49 (19.53% from 255) = 34.27%

 BLUE value IS 42 (16.8% from 255) = 29.37%

R = 36.36%
G = 34.27%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.80

RGB Variations

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

Color information

#34312A (or 0x34312A) is known color: 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

RGB 52 49 42 -
CMYK 0 0.06 0.19 0.80
HSL 42º 0.11% 0.18% -
HSV(B) 42º 0.19% 0.2% -
XYZ 2.93 3.09 2.63 -
YUV 49.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 52 49 42 0 0.06 0.19 0.80 42 0.11 0.18
Hex 34 31 2A 0 6 13 50 2A B 12
Octal 64 61 52 0 6 23 120 52 13 22
Binary 110100 110001 101010 0 110 10011 1010000 101010 1011 10010

Color Harmonies of #34312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34312A

Black with #34312A

Text Example


Text Example

White with #34312A

Text Example


Text Example

HTML Codes & Css Web 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>