Html Css Color HEX #34332F Graphite

📋 copy color: '#34332F'

red 52 ◦ green 51 ◦ blue 47

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

Shades of Graphite #34332F

Tints of Graphite #34332F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34%

 BLUE value IS 47 (18.75% from 255) = 31.33%

R = 34.67%
G = 34%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.80

RGB Variations

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

Color information

#34332F (or 0x34332F) is known color: Graphite. HEX triplet: 34, 33 and 2F. RGB value is (52,51,47). Sum of RGB (Red+Green+Blue) = 52+51+47=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 52 - color contains mainly: red. Hex color #34332F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34332F is #CBCCD0. Grayscale: #323232. Windows color (decimal): -13356241 or 3093300. OLE color: 3093300.

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

Color convert

RGB 52 51 47 -
CMYK 0 0.02 0.10 0.80
HSL 48º 0.05% 0.19% -
HSV(B) 48º 0.1% 0.2% -
XYZ 3.11 3.3 3.16 -
YUV 50.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 52 51 47 0 0.02 0.10 0.80 48 0.05 0.19
Hex 34 33 2F 0 2 A 50 30 5 13
Octal 64 63 57 0 2 12 120 60 5 23
Binary 110100 110011 101111 0 10 1010 1010000 110000 101 10011

Color Harmonies of #34332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34332F

Black with #34332F

Text Example


Text Example

White with #34332F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34332F;
 }
 .AnyTagClassName
 {
   color: #34332F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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