#334043

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

Shades of Mine Shaft #334043

Tints of Mine Shaft #334043

Color information

#334043 (or 0x334043) is unknown color: approx Mine Shaft. HEX triplet: 33, 40 and 43. RGB value is (51,64,67). Sum of RGB (Red+Green+Blue) = 51+64+67=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 67 - color contains mainly: blue. Hex color #334043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334043 is #CCBFBC. Grayscale: #3C3C3C. Windows color (decimal): -13418429 or 4407347. OLE color: 4407347.

HSL color Cylindrical-coordinate representation of color #334043: hue angle of 191.25º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #334043 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB516467-
CMYK0.240.0400.74
HSL191.25º13.56%23.14%-
HSV(B)191.25º23.88%26.27%-
XYZ4.214.786.01-
YUV60.45131.69121.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.02%
GREEN value IS 64 (25.39% from 255) = 35.16%
BLUE value IS 67 (26.56% from 255) = 36.81%
R=28.02%
G=35.16%
B=36.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5164670.240.0400.74191.2513.5623.14
Hex33404318404Abfe17
Octal6310010330401122771627
Binary11001110000001000011110001000100101010111111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334043; }

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

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

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

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

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

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

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

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