#2F3034

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

Shades of Ebony #2F3034

Tints of Ebony #2F3034

Color information

#2F3034 (or 0x2F3034) is unknown color: approx Ebony. HEX triplet: 2F, 30 and 34. RGB value is (47,48,52). Sum of RGB (Red+Green+Blue) = 47+48+52=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 52 (20.70% from 255 or 35.37% from 147); Max value from RGB is 52 - color contains mainly: blue. Hex color #2F3034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3034 is #D0CFCB. Grayscale: #303030. Windows color (decimal): -13684684 or 3420207. OLE color: 3420207.

HSL color Cylindrical-coordinate representation of color #2F3034: hue angle of 228º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #2F3034 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB474852-
CMYK0.100.0800.80
HSL228º5.05%19.41%-
HSV(B)228º9.62%20.39%-
XYZ2.852.973.67-
YUV48.16130.17127.17-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 31.97%
GREEN value IS 48 (19.14% from 255) = 32.65%
BLUE value IS 52 (20.70% from 255) = 35.37%
R=31.97%
G=32.65%
B=35.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4748520.100.0800.802285.0519.41
Hex2F3034A8050e4513
Octal57606412100120344523
Binary10111111000011010010101000010100001110010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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