Html Css Color HEX #334043 Mine Shaft

📋 copy color: '#334043'

red 51 ◦ green 64 ◦ blue 67

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

Shades of Mine Shaft #334043

Tints of Mine Shaft #334043

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

 M value IS 0.04

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#334043 (or 0x334043) is known color: 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

RGB 51 64 67 -
CMYK 0.24 0.04 0 0.74
HSL 191.25º 0.14% 0.23% -
HSV(B) 191.25º 0.24% 0.26% -
XYZ 4.21 4.78 6.01 -
YUV 60.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 51 64 67 0.24 0.04 0 0.74 191.25 0.14 0.23
Hex 33 40 43 18 4 0 4A BF E 17
Octal 63 100 103 30 4 0 112 277 16 27
Binary 110011 1000000 1000011 11000 100 0 1001010 10111111 1110 10111

Color Harmonies of #334043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334043

Black with #334043

Text Example


Text Example

White with #334043

Text Example


Text Example

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