Html Css Color HEX #2F5051 Dark Slate Grey

📋 copy color: '#2F5051'

red 47 ◦ green 80 ◦ blue 81

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

Shades of Dark Slate Grey #2F5051

Tints of Dark Slate Grey #2F5051

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.46%

 BLUE value IS 81 (32.03% from 255) = 38.94%

R = 22.6%
G = 38.46%
B = 38.94%

CMYK

 C value IS 0.42

 M value IS 0.01

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#2F5051 (or 0x2F5051) is known color: Dark Slate Grey. HEX triplet: 2F, 50 and 51. RGB value is (47,80,81). Sum of RGB (Red+Green+Blue) = 47+80+81=208 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.60% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 81 - color contains mainly: blue. Hex color #2F5051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5051 is #D0AFAE. Grayscale: #464646. Windows color (decimal): -13676463 or 5328943. OLE color: 5328943.

HSL color Cylindrical-coordinate representation of color #2F5051: hue angle of 181.76º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2F5051 is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 47 80 81 -
CMYK 0.42 0.01 0 0.68
HSL 181.76º 0.27% 0.25% -
HSV(B) 181.76º 0.42% 0.32% -
XYZ 5.53 6.94 8.83 -
YUV 70.25 134.07 111.42 -
System Red Green Blue C M Y K H S L
Decimal 47 80 81 0.42 0.01 0 0.68 181.76 0.27 0.25
Hex 2F 50 51 2A 1 0 44 B6 1B 19
Octal 57 120 121 52 1 0 104 266 33 31
Binary 101111 1010000 1010001 101010 1 0 1000100 10110110 11011 11001

Color Harmonies of #2F5051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5051

Black with #2F5051

Text Example


Text Example

White with #2F5051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,80,81); }

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

background-color css

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

 a { background-color: rgb(47,80,81); }

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

border-color css

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

 span { border-color: rgb(47,80,81); }

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