#303B3F

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

Shades of Mine Shaft #303B3F

Tints of Mine Shaft #303B3F

Color information

#303B3F (or 0x303B3F) is unknown color: approx Mine Shaft. HEX triplet: 30, 3B and 3F. RGB value is (48,59,63). Sum of RGB (Red+Green+Blue) = 48+59+63=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 59 (23.44% from 255 or 34.71% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 63 - color contains mainly: blue. Hex color #303B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303B3F is #CFC4C0. Grayscale: #383838. Windows color (decimal): -13616321 or 4143920. OLE color: 4143920.

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

Color convert

RGB485963-
CMYK0.240.0600.75
HSL196º13.51%21.76%-
HSV(B)196º23.81%24.71%-
XYZ3.684.125.3-
YUV56.17131.86122.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.24%
GREEN value IS 59 (23.44% from 255) = 34.71%
BLUE value IS 63 (25% from 255) = 37.06%
R=28.24%
G=34.71%
B=37.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4859630.240.0600.7519613.5121.76
Hex303B3F18604Bc4e16
Octal60737730601133041626
Binary110000111011111111110001100100101111000100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,59,63); }

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

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

 a { background-color: rgb(48,59,63); }

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

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

 span { border-color: rgb(48,59,63); }

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