#303D41

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

Shades of Mine Shaft #303D41

Tints of Mine Shaft #303D41

Color information

#303D41 (or 0x303D41) is unknown color: approx Mine Shaft. HEX triplet: 30, 3D and 41. RGB value is (48,61,65). Sum of RGB (Red+Green+Blue) = 48+61+65=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 65 - color contains mainly: blue. Hex color #303D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D41 is #CFC2BE. Grayscale: #393939. Windows color (decimal): -13615807 or 4275504. OLE color: 4275504.

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

Color convert

RGB486165-
CMYK0.260.0600.75
HSL194.12º15.04%22.16%-
HSV(B)194.12º26.15%25.49%-
XYZ3.844.355.64-
YUV57.57132.19121.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.59%
GREEN value IS 61 (24.22% from 255) = 35.06%
BLUE value IS 65 (25.78% from 255) = 37.36%
R=27.59%
G=35.06%
B=37.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4861650.260.0600.75194.1215.0422.16
Hex303D411A604Bc2f16
Octal607510132601133021726
Binary1100001111011000001110101100100101111000010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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