Html Css Color HEX #333D40 Mine Shaft

📋 copy color: '#333D40'

red 51 ◦ green 61 ◦ blue 64

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

Shades of Mine Shaft #333D40

Tints of Mine Shaft #333D40

RGB

 RED value IS 51 (20.31% from 255) = 28.98%

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

 BLUE value IS 64 (25.39% from 255) = 36.36%

R = 28.98%
G = 34.66%
B = 36.36%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#333D40 (or 0x333D40) is known color: Mine Shaft. HEX triplet: 33, 3D and 40. RGB value is (51,61,64). Sum of RGB (Red+Green+Blue) = 51+61+64=176 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.98% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 64 - color contains mainly: blue. Hex color #333D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333D40 is #CCC2BF. Grayscale: #3A3A3A. Windows color (decimal): -13419200 or 4209971. OLE color: 4209971.

HSL color Cylindrical-coordinate representation of color #333D40: hue angle of 193.85º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #333D40 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 61 64 -
CMYK 0.20 0.05 0 0.75
HSL 193.85º 0.11% 0.23% -
HSV(B) 193.85º 0.2% 0.25% -
XYZ 3.96 4.41 5.49 -
YUV 58.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 51 61 64 0.20 0.05 0 0.75 193.85 0.11 0.23
Hex 33 3D 40 14 5 0 4B C2 B 17
Octal 63 75 100 24 5 0 113 302 13 27
Binary 110011 111101 1000000 10100 101 0 1001011 11000010 1011 10111

Color Harmonies of #333D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333D40

Black with #333D40

Text Example


Text Example

White with #333D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333D40; }

 p { color: rgb(51,61,64); }

 H1.HeaderClassName
 {
   color: #333D40;
 }
 .AnyTagClassName
 {
   color: #333D40;
 }
</style>

background-color css

<style>
 a { background-color: #333D40; }

 a { background-color: rgb(51,61,64); }

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

border-color css

<style>
 span { border-color: #333D40; }

 span { border-color: rgb(51,61,64); }

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