Html Css Color HEX #343026 Graphite

📋 copy color: '#343026'

red 52 ◦ green 48 ◦ blue 38

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

Shades of Graphite #343026

Tints of Graphite #343026

RGB

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

 GREEN value IS 48 (19.14% from 255) = 34.78%

 BLUE value IS 38 (15.23% from 255) = 27.54%

R = 37.68%
G = 34.78%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.80

RGB Variations

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

Color information

#343026 (or 0x343026) is known color: Graphite. HEX triplet: 34, 30 and 26. RGB value is (52,48,38). Sum of RGB (Red+Green+Blue) = 52+48+38=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 52 - color contains mainly: red. Hex color #343026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343026 is #CBCFD9. Grayscale: #303030. Windows color (decimal): -13357018 or 2502708. OLE color: 2502708.

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

Color convert

RGB 52 48 38 -
CMYK 0 0.08 0.27 0.80
HSL 42.86º 0.16% 0.18% -
HSV(B) 42.86º 0.27% 0.2% -
XYZ 2.82 2.98 2.26 -
YUV 48.06 122.33 130.81 -
System Red Green Blue C M Y K H S L
Decimal 52 48 38 0 0.08 0.27 0.80 42.86 0.16 0.18
Hex 34 30 26 0 8 1B 50 2B 10 12
Octal 64 60 46 0 10 33 120 53 20 22
Binary 110100 110000 100110 0 1000 11011 1010000 101011 10000 10010

Color Harmonies of #343026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343026

Black with #343026

Text Example


Text Example

White with #343026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343026; }

 p { color: rgb(52,48,38); }

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

background-color css

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

 a { background-color: rgb(52,48,38); }

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

border-color css

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

 span { border-color: rgb(52,48,38); }

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