Html Css Color HEX #34332E Graphite

📋 copy color: '#34332E'

red 52 ◦ green 51 ◦ blue 46

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

Shades of Graphite #34332E

Tints of Graphite #34332E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 30.87%

R = 34.9%
G = 34.23%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.80

RGB Variations

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

Color information

#34332E (or 0x34332E) is known color: 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

RGB 52 51 46 -
CMYK 0 0.02 0.12 0.80
HSL 50º 0.06% 0.19% -
HSV(B) 50º 0.12% 0.2% -
XYZ 3.09 3.29 3.06 -
YUV 50.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 52 51 46 0 0.02 0.12 0.80 50 0.06 0.19
Hex 34 33 2E 0 2 C 50 32 6 13
Octal 64 63 56 0 2 14 120 62 6 23
Binary 110100 110011 101110 0 10 1100 1010000 110010 110 10011

Color Harmonies of #34332E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34332E

Black with #34332E

Text Example


Text Example

White with #34332E

Text Example


Text Example

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