Html Css Color HEX #2F4D51 Dark Slate Grey

📋 copy color: '#2F4D51'

red 47 ◦ green 77 ◦ blue 81

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

Shades of Dark Slate Grey #2F4D51

Tints of Dark Slate Grey #2F4D51

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.56%

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

R = 22.93%
G = 37.56%
B = 39.51%

CMYK

 C value IS 0.42

 M value IS 0.05

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#2F4D51 (or 0x2F4D51) is known color: Dark Slate Grey. HEX triplet: 2F, 4D and 51. RGB value is (47,77,81). Sum of RGB (Red+Green+Blue) = 47+77+81=205 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.93% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 81 - color contains mainly: blue. Hex color #2F4D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F4D51 is #D0B2AE. Grayscale: #444444. Windows color (decimal): -13677231 or 5328175. OLE color: 5328175.

HSL color Cylindrical-coordinate representation of color #2F4D51: hue angle of 187.06º 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 #2F4D51 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 47 77 81 -
CMYK 0.42 0.05 0 0.68
HSL 187.06º 0.27% 0.25% -
HSV(B) 187.06º 0.42% 0.32% -
XYZ 5.31 6.51 8.76 -
YUV 68.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 47 77 81 0.42 0.05 0 0.68 187.06 0.27 0.25
Hex 2F 4D 51 2A 5 0 44 BB 1B 19
Octal 57 115 121 52 5 0 104 273 33 31
Binary 101111 1001101 1010001 101010 101 0 1000100 10111011 11011 11001

Color Harmonies of #2F4D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4D51

Black with #2F4D51

Text Example


Text Example

White with #2F4D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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