Html Css Color HEX #2F3136 Ebony

📋 copy color: '#2F3136'

red 47 ◦ green 49 ◦ blue 54

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

Shades of Ebony #2F3136

Tints of Ebony #2F3136

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 value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#2F3136 (or 0x2F3136) is known color: 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

RGB 47 49 54 -
CMYK 0.13 0.09 0 0.79
HSL 222.86º 0.07% 0.2% -
HSV(B) 222.86º 0.13% 0.21% -
XYZ 2.94 3.07 3.93 -
YUV 48.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 47 49 54 0.13 0.09 0 0.79 222.86 0.07 0.2
Hex 2F 31 36 D 9 0 4F DF 7 14
Octal 57 61 66 15 11 0 117 337 7 24
Binary 101111 110001 110110 1101 1001 0 1001111 11011111 111 10100

Color Harmonies of #2F3136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3136

Black with #2F3136

Text Example


Text Example

White with #2F3136

Text Example


Text Example

HTML Codes & Css Web 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>