Html Css Color HEX #303A3F Mine Shaft

📋 copy color: '#303A3F'

red 48 ◦ green 58 ◦ blue 63

#303A3F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mine Shaft #303A3F

Tints of Mine Shaft #303A3F

RGB

 RED value IS 48 (19.14% from 255) = 28.4%

 GREEN value IS 58 (23.05% from 255) = 34.32%

 BLUE value IS 63 (25% from 255) = 37.28%

R = 28.4%
G = 34.32%
B = 37.28%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#303A3F (or 0x303A3F) is known color: Mine Shaft. HEX triplet: 30, 3A and 3F. RGB value is (48,58,63). Sum of RGB (Red+Green+Blue) = 48+58+63=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 63 - color contains mainly: blue. Hex color #303A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303A3F is #CFC5C0. Grayscale: #373737. Windows color (decimal): -13616577 or 4143664. OLE color: 4143664.

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

Color convert

RGB 48 58 63 -
CMYK 0.24 0.08 0 0.75
HSL 200º 0.14% 0.22% -
HSV(B) 200º 0.24% 0.25% -
XYZ 3.63 4.01 5.29 -
YUV 55.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 48 58 63 0.24 0.08 0 0.75 200 0.14 0.22
Hex 30 3A 3F 18 8 0 4B C8 E 16
Octal 60 72 77 30 10 0 113 310 16 26
Binary 110000 111010 111111 11000 1000 0 1001011 11001000 1110 10110

Color Harmonies of #303A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303A3F

Black with #303A3F

Text Example


Text Example

White with #303A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #303A3F;
 }
 .AnyTagClassName
 {
   color: #303A3F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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