#333C40

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

Shades of Mine Shaft #333C40

Tints of Mine Shaft #333C40

Color information

#333C40 (or 0x333C40) is unknown color: approx Mine Shaft. HEX triplet: 33, 3C and 40. RGB value is (51,60,64). Sum of RGB (Red+Green+Blue) = 51+60+64=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 64 - color contains mainly: blue. Hex color #333C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333C40 is #CCC3BF. Grayscale: #393939. Windows color (decimal): -13419456 or 4209715. OLE color: 4209715.

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

Color convert

RGB516064-
CMYK0.200.0600.75
HSL198.46º11.3%22.55%-
HSV(B)198.46º20.31%25.1%-
XYZ3.914.315.48-
YUV57.76131.52123.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.14%
GREEN value IS 60 (23.83% from 255) = 34.29%
BLUE value IS 64 (25.39% from 255) = 36.57%
R=29.14%
G=34.29%
B=36.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5160640.200.0600.75198.4611.322.55
Hex333C4014604Bc6b17
Octal637410024601133061327
Binary1100111111001000000101001100100101111000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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