#303C40

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

Shades of Mine Shaft #303C40

Tints of Mine Shaft #303C40

Color information

#303C40 (or 0x303C40) is unknown color: approx Mine Shaft. HEX triplet: 30, 3C and 40. RGB value is (48,60,64). Sum of RGB (Red+Green+Blue) = 48+60+64=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 64 - color contains mainly: blue. Hex color #303C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303C40 is #CFC3BF. Grayscale: #383838. Windows color (decimal): -13616064 or 4209712. OLE color: 4209712.

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

Color convert

RGB486064-
CMYK0.250.0600.75
HSL195º14.29%21.96%-
HSV(B)195º25%25.1%-
XYZ3.764.235.47-
YUV56.87132.02121.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.91%
GREEN value IS 60 (23.83% from 255) = 34.88%
BLUE value IS 64 (25.39% from 255) = 37.21%
R=27.91%
G=34.88%
B=37.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4860640.250.0600.7519514.2921.96
Hex303C4019604Bc3e16
Octal607410031601133031626
Binary1100001111001000000110011100100101111000011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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