Html Css Color HEX #303D41 Mine Shaft

📋 copy color: '#303D41'

red 48 ◦ green 61 ◦ blue 65

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

Shades of Mine Shaft #303D41

Tints of Mine Shaft #303D41

RGB

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

 GREEN value IS 61 (24.22% from 255) = 35.06%

 BLUE value IS 65 (25.78% from 255) = 37.36%

R = 27.59%
G = 35.06%
B = 37.36%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#303D41 (or 0x303D41) is known color: Mine Shaft. HEX triplet: 30, 3D and 41. RGB value is (48,61,65). Sum of RGB (Red+Green+Blue) = 48+61+65=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 65 - color contains mainly: blue. Hex color #303D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D41 is #CFC2BE. Grayscale: #393939. Windows color (decimal): -13615807 or 4275504. OLE color: 4275504.

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

Color convert

RGB 48 61 65 -
CMYK 0.26 0.06 0 0.75
HSL 194.12º 0.15% 0.22% -
HSV(B) 194.12º 0.26% 0.25% -
XYZ 3.84 4.35 5.64 -
YUV 57.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 48 61 65 0.26 0.06 0 0.75 194.12 0.15 0.22
Hex 30 3D 41 1A 6 0 4B C2 F 16
Octal 60 75 101 32 6 0 113 302 17 26
Binary 110000 111101 1000001 11010 110 0 1001011 11000010 1111 10110

Color Harmonies of #303D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303D41

Black with #303D41

Text Example


Text Example

White with #303D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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