Html Css Color HEX #323027 Graphite

📋 copy color: '#323027'

red 50 ◦ green 48 ◦ blue 39

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

Shades of Graphite #323027

Tints of Graphite #323027

RGB

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

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

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

R = 36.5%
G = 35.04%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.80

RGB Variations

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

Color information

#323027 (or 0x323027) is known color: Graphite. HEX triplet: 32, 30 and 27. RGB value is (50,48,39). Sum of RGB (Red+Green+Blue) = 50+48+39=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 39 (15.62% from 255 or 28.47% from 137); Max value from RGB is 50 - color contains mainly: red. Hex color #323027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323027 is #CDCFD8. Grayscale: #2F2F2F. Windows color (decimal): -13488089 or 2568242. OLE color: 2568242.

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

Color convert

RGB 50 48 39 -
CMYK 0 0.04 0.22 0.80
HSL 49.09º 0.12% 0.17% -
HSV(B) 49.09º 0.22% 0.2% -
XYZ 2.74 2.94 2.34 -
YUV 47.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 50 48 39 0 0.04 0.22 0.80 49.09 0.12 0.17
Hex 32 30 27 0 4 16 50 31 C 11
Octal 62 60 47 0 4 26 120 61 14 21
Binary 110010 110000 100111 0 100 10110 1010000 110001 1100 10001

Color Harmonies of #323027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323027

Black with #323027

Text Example


Text Example

White with #323027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323027; }

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

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

background-color css

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

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

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

border-color css

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

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

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