#303C41

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

Shades of Mine Shaft #303C41

Tints of Mine Shaft #303C41

Color information

#303C41 (or 0x303C41) is unknown color: approx Mine Shaft. HEX triplet: 30, 3C and 41. RGB value is (48,60,65). Sum of RGB (Red+Green+Blue) = 48+60+65=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 60 (23.83% from 255 or 34.68% 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 #303C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303C41 is #CFC3BE. Grayscale: #383838. Windows color (decimal): -13616063 or 4275248. OLE color: 4275248.

HSL color Cylindrical-coordinate representation of color #303C41: hue angle of 197.65º 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 #303C41 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB486065-
CMYK0.260.0800.75
HSL197.65º15.04%22.16%-
HSV(B)197.65º26.15%25.49%-
XYZ3.794.245.62-
YUV56.98132.52121.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.75%
GREEN value IS 60 (23.83% from 255) = 34.68%
BLUE value IS 65 (25.78% from 255) = 37.57%
R=27.75%
G=34.68%
B=37.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4860650.260.0800.75197.6515.0422.16
Hex303C411A804Bc6f16
Octal6074101321001133061726
Binary11000011110010000011101010000100101111000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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