Html Css Color HEX #323028 Graphite

📋 copy color: '#323028'

red 50 ◦ green 48 ◦ blue 40

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

Shades of Graphite #323028

Tints of Graphite #323028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 28.99%

R = 36.23%
G = 34.78%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.80

RGB Variations

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

Color information

#323028 (or 0x323028) is known color: Graphite. HEX triplet: 32, 30 and 28. RGB value is (50,48,40). Sum of RGB (Red+Green+Blue) = 50+48+40=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 50 - color contains mainly: red. Hex color #323028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323028 is #CDCFD7. Grayscale: #2F2F2F. Windows color (decimal): -13488088 or 2633778. OLE color: 2633778.

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

Color convert

RGB 50 48 40 -
CMYK 0 0.04 0.20 0.80
HSL 48º 0.11% 0.18% -
HSV(B) 48º 0.2% 0.2% -
XYZ 2.76 2.95 2.43 -
YUV 47.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 50 48 40 0 0.04 0.20 0.80 48 0.11 0.18
Hex 32 30 28 0 4 14 50 30 B 12
Octal 62 60 50 0 4 24 120 60 13 22
Binary 110010 110000 101000 0 100 10100 1010000 110000 1011 10010

Color Harmonies of #323028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323028

Black with #323028

Text Example


Text Example

White with #323028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323028; }

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

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

background-color css

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

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

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

border-color css

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

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

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