#343446

Color #343446 Black Marlin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Marlin #343446

Tints of Black Marlin #343446

Color information

#343446 (or 0x343446) is unknown color: approx Black Marlin. HEX triplet: 34, 34 and 46. RGB value is (52,52,70). Sum of RGB (Red+Green+Blue) = 52+52+70=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 70 - color contains mainly: blue. Hex color #343446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343446 is #CBCBB9. Grayscale: #353535. Windows color (decimal): -13355962 or 4600884. OLE color: 4600884.

HSL color Cylindrical-coordinate representation of color #343446: hue angle of 240º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #343446 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB525270-
CMYK0.260.2600.73
HSL240º14.75%23.92%-
HSV(B)240º25.71%27.45%-
XYZ3.753.636.3-
YUV54.05137126.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.89%
GREEN value IS 52 (20.70% from 255) = 29.89%
BLUE value IS 70 (27.73% from 255) = 40.23%
R=29.89%
G=29.89%
B=40.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5252700.260.2600.7324014.7523.92
Hex3434461A1A049f0f18
Octal6464106323201113601730
Binary110100110100100011011010110100100100111110000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343446; }

 p { color: rgb(52,52,70); }

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

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

 a { background-color: rgb(52,52,70); }

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

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

 span { border-color: rgb(52,52,70); }

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