#333D41

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

Shades of Mine Shaft #333D41

Tints of Mine Shaft #333D41

Color information

#333D41 (or 0x333D41) is unknown color: approx Mine Shaft. HEX triplet: 33, 3D and 41. RGB value is (51,61,65). Sum of RGB (Red+Green+Blue) = 51+61+65=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 65 - color contains mainly: blue. Hex color #333D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333D41 is #CCC2BE. Grayscale: #3A3A3A. Windows color (decimal): -13419199 or 4275507. OLE color: 4275507.

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

Color convert

RGB516165-
CMYK0.220.0600.75
HSL197.14º12.07%22.75%-
HSV(B)197.14º21.54%25.49%-
XYZ3.994.425.64-
YUV58.47131.69122.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.81%
GREEN value IS 61 (24.22% from 255) = 34.46%
BLUE value IS 65 (25.78% from 255) = 36.72%
R=28.81%
G=34.46%
B=36.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5161650.220.0600.75197.1412.0722.75
Hex333D4116604Bc5c17
Octal637510126601133051427
Binary1100111111011000001101101100100101111000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333D41; }

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

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

<style>
 a { background-color: #333D41; }

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

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

<style>
 span { border-color: #333D41; }

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

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