Html Css Color HEX #2F323D Ebony Clay

📋 copy color: '#2F323D'

red 47 ◦ green 50 ◦ blue 61

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

Shades of Ebony Clay #2F323D

Tints of Ebony Clay #2F323D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.65%

 BLUE value IS 61 (24.22% from 255) = 38.61%

R = 29.75%
G = 31.65%
B = 38.61%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2F323D (or 0x2F323D) is known color: Ebony Clay. HEX triplet: 2F, 32 and 3D. RGB value is (47,50,61). Sum of RGB (Red+Green+Blue) = 47+50+61=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 61 - color contains mainly: blue. Hex color #2F323D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F323D is #D0CDC2. Grayscale: #323232. Windows color (decimal): -13684163 or 4010543. OLE color: 4010543.

HSL color Cylindrical-coordinate representation of color #2F323D: hue angle of 227.14º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2F323D is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 47 50 61 -
CMYK 0.23 0.18 0 0.76
HSL 227.14º 0.13% 0.21% -
HSV(B) 227.14º 0.23% 0.24% -
XYZ 3.16 3.22 4.87 -
YUV 50.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 47 50 61 0.23 0.18 0 0.76 227.14 0.13 0.21
Hex 2F 32 3D 17 12 0 4C E3 D 15
Octal 57 62 75 27 22 0 114 343 15 25
Binary 101111 110010 111101 10111 10010 0 1001100 11100011 1101 10101

Color Harmonies of #2F323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F323D

Black with #2F323D

Text Example


Text Example

White with #2F323D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,50,61); }

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

background-color css

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

 a { background-color: rgb(47,50,61); }

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

border-color css

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

 span { border-color: rgb(47,50,61); }

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