#2F2E2A

Color #2F2E2A Graphite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Graphite #2F2E2A

Tints of Graphite #2F2E2A

Color information

#2F2E2A (or 0x2F2E2A) is unknown color: approx Graphite. HEX triplet: 2F, 2E and 2A. RGB value is (47,46,42). Sum of RGB (Red+Green+Blue) = 47+46+42=135 (17% of max value = 765). Red value is 47 (18.75% from 255 or 34.81% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2E2A is #D0D1D5. Grayscale: #2D2D2D. Windows color (decimal): -13685206 or 2764335. OLE color: 2764335.

HSL color Cylindrical-coordinate representation of color #2F2E2A: hue angle of 48º degrees, saturation: 0.06, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #2F2E2A is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.82.

Color convert

RGB474642-
CMYK00.020.110.82
HSL48º5.62%17.45%-
HSV(B)48º10.64%18.43%-
XYZ2.572.732.58-
YUV45.84125.83128.83-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 34.81%
GREEN value IS 46 (18.36% from 255) = 34.07%
BLUE value IS 42 (16.80% from 255) = 31.11%
R=34.81%
G=34.07%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47464200.020.110.82485.6217.45
Hex2F2E2A02B5230611
Octal575652021312260621
Binary1011111011101010100101011101001011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F2E2A; }

 p { color: rgb(47,46,42); }

 H1.HeaderClassName
 {
   color: #2F2E2A;
 }
 .AnyTagClassName
 {
   color: #2F2E2A;
 }
</style>
background-color css

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

 a { background-color: rgb(47,46,42); }

 div.DivClassName
 {
   background-color: #2F2E2A;
 }
 .BgClassName
 {
   background-color: #2F2E2A;
 }
</style>
border-color css

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

 span { border-color: rgb(47,46,42); }

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