Html Css Color HEX #303C40 Mine Shaft

📋 copy color: '#303C40'

red 48 ◦ green 60 ◦ blue 64

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

Shades of Mine Shaft #303C40

Tints of Mine Shaft #303C40

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 value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#303C40 (or 0x303C40) is known color: 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

RGB 48 60 64 -
CMYK 0.25 0.06 0 0.75
HSL 195º 0.14% 0.22% -
HSV(B) 195º 0.25% 0.25% -
XYZ 3.76 4.23 5.47 -
YUV 56.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 48 60 64 0.25 0.06 0 0.75 195 0.14 0.22
Hex 30 3C 40 19 6 0 4B C3 E 16
Octal 60 74 100 31 6 0 113 303 16 26
Binary 110000 111100 1000000 11001 110 0 1001011 11000011 1110 10110

Color Harmonies of #303C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303C40

Black with #303C40

Text Example


Text Example

White with #303C40

Text Example


Text Example

HTML Codes & Css Web 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>