Html Css Color HEX #2F3139 Ebony

📋 copy color: '#2F3139'

red 47 ◦ green 49 ◦ blue 57

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

Shades of Ebony #2F3139

Tints of Ebony #2F3139

RGB

 RED value IS 47 (18.75% from 255) = 30.72%

 GREEN value IS 49 (19.53% from 255) = 32.03%

 BLUE value IS 57 (22.66% from 255) = 37.25%

R = 30.72%
G = 32.03%
B = 37.25%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2F3139 (or 0x2F3139) is known color: Ebony. HEX triplet: 2F, 31 and 39. RGB value is (47,49,57). Sum of RGB (Red+Green+Blue) = 47+49+57=153 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.72% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 57 (22.66% from 255 or 37.25% from 153); Max value from RGB is 57 - color contains mainly: blue. Hex color #2F3139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3139 is #D0CEC6. Grayscale: #313131. Windows color (decimal): -13684423 or 3748143. OLE color: 3748143.

HSL color Cylindrical-coordinate representation of color #2F3139: hue angle of 228º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2F3139 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 47 49 57 -
CMYK 0.18 0.14 0 0.78
HSL 228º 0.1% 0.2% -
HSV(B) 228º 0.18% 0.22% -
XYZ 3.01 3.1 4.31 -
YUV 49.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 47 49 57 0.18 0.14 0 0.78 228 0.1 0.2
Hex 2F 31 39 12 E 0 4E E4 A 14
Octal 57 61 71 22 16 0 116 344 12 24
Binary 101111 110001 111001 10010 1110 0 1001110 11100100 1010 10100

Color Harmonies of #2F3139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3139

Black with #2F3139

Text Example


Text Example

White with #2F3139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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