Html Css Color HEX #323026 Graphite

📋 copy color: '#323026'

red 50 ◦ green 48 ◦ blue 38

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

Shades of Graphite #323026

Tints of Graphite #323026

RGB

 RED value IS 50 (19.92% from 255) = 36.76%

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

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

R = 36.76%
G = 35.29%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.80

RGB Variations

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

Color information

#323026 (or 0x323026) is known color: Graphite. HEX triplet: 32, 30 and 26. RGB value is (50,48,38). Sum of RGB (Red+Green+Blue) = 50+48+38=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 50 - color contains mainly: red. Hex color #323026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323026 is #CDCFD9. Grayscale: #2F2F2F. Windows color (decimal): -13488090 or 2502706. OLE color: 2502706.

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

Color convert

RGB 50 48 38 -
CMYK 0 0.04 0.24 0.80
HSL 50º 0.14% 0.17% -
HSV(B) 50º 0.24% 0.2% -
XYZ 2.72 2.93 2.26 -
YUV 47.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 50 48 38 0 0.04 0.24 0.80 50 0.14 0.17
Hex 32 30 26 0 4 18 50 32 E 11
Octal 62 60 46 0 4 30 120 62 16 21
Binary 110010 110000 100110 0 100 11000 1010000 110010 1110 10001

Color Harmonies of #323026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323026

Black with #323026

Text Example


Text Example

White with #323026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323026; }

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

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

background-color css

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

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

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

border-color css

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

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

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