#2F3D41

Color #2F3D41 Mine Shaft (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mine Shaft #2F3D41

Tints of Mine Shaft #2F3D41

Color information

#2F3D41 (or 0x2F3D41) is unknown color: approx Mine Shaft. HEX triplet: 2F, 3D and 41. RGB value is (47,61,65). Sum of RGB (Red+Green+Blue) = 47+61+65=173 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.17% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 65 - color contains mainly: blue. Hex color #2F3D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3D41 is #D0C2BE. Grayscale: #393939. Windows color (decimal): -13681343 or 4275503. OLE color: 4275503.

HSL color Cylindrical-coordinate representation of color #2F3D41: hue angle of 193.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2F3D41 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB476165-
CMYK0.280.0600.75
HSL193.33º16.07%21.96%-
HSV(B)193.33º27.69%25.49%-
XYZ3.84.325.64-
YUV57.27132.36120.67-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.17%
GREEN value IS 61 (24.22% from 255) = 35.26%
BLUE value IS 65 (25.78% from 255) = 37.57%
R=27.17%
G=35.26%
B=37.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4761650.280.0600.75193.3316.0721.96
Hex2F3D411C604Bc11016
Octal577510134601133012026
Binary10111111110110000011110011001001011110000011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F3D41;
 }
 .AnyTagClassName
 {
   color: #2F3D41;
 }
</style>
background-color css

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

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

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

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

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

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