Html Css Color HEX #2F3D41 Mine Shaft

📋 copy color: '#2F3D41'

red 47 ◦ green 61 ◦ blue 65

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

Shades of Mine Shaft #2F3D41

Tints of Mine Shaft #2F3D41

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 value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2F3D41 (or 0x2F3D41) is known color: 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

RGB 47 61 65 -
CMYK 0.28 0.06 0 0.75
HSL 193.33º 0.16% 0.22% -
HSV(B) 193.33º 0.28% 0.25% -
XYZ 3.8 4.32 5.64 -
YUV 57.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 47 61 65 0.28 0.06 0 0.75 193.33 0.16 0.22
Hex 2F 3D 41 1C 6 0 4B C1 10 16
Octal 57 75 101 34 6 0 113 301 20 26
Binary 101111 111101 1000001 11100 110 0 1001011 11000001 10000 10110

Color Harmonies of #2F3D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3D41

Black with #2F3D41

Text Example


Text Example

White with #2F3D41

Text Example


Text Example

HTML Codes & Css Web 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>