Html Css Color HEX #343127 Graphite

📋 copy color: '#343127'

red 52 ◦ green 49 ◦ blue 39

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

Shades of Graphite #343127

Tints of Graphite #343127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 27.86%

R = 37.14%
G = 35%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.80

RGB Variations

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

Color information

#343127 (or 0x343127) is known color: Graphite. HEX triplet: 34, 31 and 27. RGB value is (52,49,39). Sum of RGB (Red+Green+Blue) = 52+49+39=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 52 - color contains mainly: red. Hex color #343127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343127 is #CBCED8. Grayscale: #303030. Windows color (decimal): -13356761 or 2568500. OLE color: 2568500.

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

Color convert

RGB 52 49 39 -
CMYK 0 0.06 0.25 0.80
HSL 46.15º 0.14% 0.18% -
HSV(B) 46.15º 0.25% 0.2% -
XYZ 2.88 3.07 2.36 -
YUV 48.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 52 49 39 0 0.06 0.25 0.80 46.15 0.14 0.18
Hex 34 31 27 0 6 19 50 2E E 12
Octal 64 61 47 0 6 31 120 56 16 22
Binary 110100 110001 100111 0 110 11001 1010000 101110 1110 10010

Color Harmonies of #343127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343127

Black with #343127

Text Example


Text Example

White with #343127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343127; }

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

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

background-color css

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

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

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

border-color css

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

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

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