#2F3136

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

Shades of Ebony #2F3136

Tints of Ebony #2F3136

Color information

#2F3136 (or 0x2F3136) is unknown color: approx Ebony. HEX triplet: 2F, 31 and 36. RGB value is (47,49,54). Sum of RGB (Red+Green+Blue) = 47+49+54=150 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.33% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 54 (21.48% from 255 or 36% from 150); Max value from RGB is 54 - color contains mainly: blue. Hex color #2F3136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3136 is #D0CEC9. Grayscale: #303030. Windows color (decimal): -13684426 or 3551535. OLE color: 3551535.

HSL color Cylindrical-coordinate representation of color #2F3136: hue angle of 222.86º degrees, saturation: 0.07, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #2F3136 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB474954-
CMYK0.130.0900.79
HSL222.86º6.93%19.8%-
HSV(B)222.86º12.96%21.18%-
XYZ2.943.073.93-
YUV48.97130.84126.59-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 31.33%
GREEN value IS 49 (19.53% from 255) = 32.67%
BLUE value IS 54 (21.48% from 255) = 36%
R=31.33%
G=32.67%
B=36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4749540.130.0900.79222.866.9319.8
Hex2F3136D904Fdf714
Octal57616615110117337724
Binary10111111000111011011011001010011111101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,49,54); }

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

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

 a { background-color: rgb(47,49,54); }

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

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

 span { border-color: rgb(47,49,54); }

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