Html Css Color HEX #2F3135 Ebony

📋 copy color: '#2F3135'

red 47 ◦ green 49 ◦ blue 53

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

Shades of Ebony #2F3135

Tints of Ebony #2F3135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 35.57%

R = 31.54%
G = 32.89%
B = 35.57%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#2F3135 (or 0x2F3135) is known color: Ebony. HEX triplet: 2F, 31 and 35. RGB value is (47,49,53). Sum of RGB (Red+Green+Blue) = 47+49+53=149 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.54% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 53 - color contains mainly: blue. Hex color #2F3135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3135 is #D0CECA. Grayscale: #303030. Windows color (decimal): -13684427 or 3485999. OLE color: 3485999.

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

Color convert

RGB 47 49 53 -
CMYK 0.11 0.08 0 0.79
HSL 220º 0.06% 0.2% -
HSV(B) 220º 0.11% 0.21% -
XYZ 2.91 3.06 3.8 -
YUV 48.86 130.34 126.67 -
System Red Green Blue C M Y K H S L
Decimal 47 49 53 0.11 0.08 0 0.79 220 0.06 0.2
Hex 2F 31 35 B 8 0 4F DC 6 14
Octal 57 61 65 13 10 0 117 334 6 24
Binary 101111 110001 110101 1011 1000 0 1001111 11011100 110 10100

Color Harmonies of #2F3135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3135

Black with #2F3135

Text Example


Text Example

White with #2F3135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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