#343349

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

Shades of Black Marlin #343349

Tints of Black Marlin #343349

Color information

#343349 (or 0x343349) is unknown color: approx Black Marlin. HEX triplet: 34, 33 and 49. RGB value is (52,51,73). Sum of RGB (Red+Green+Blue) = 52+51+73=176 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.55% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 73 - color contains mainly: blue. Hex color #343349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343349 is #CBCCB6. Grayscale: #353535. Windows color (decimal): -13356215 or 4797236. OLE color: 4797236.

HSL color Cylindrical-coordinate representation of color #343349: hue angle of 242.73º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #343349 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB525173-
CMYK0.290.3000.71
HSL242.73º17.74%24.31%-
HSV(B)242.73º30.14%28.63%-
XYZ3.83.586.79-
YUV53.81138.83126.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.55%
GREEN value IS 51 (20.31% from 255) = 28.98%
BLUE value IS 73 (28.91% from 255) = 41.48%
R=29.55%
G=28.98%
B=41.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5251730.290.3000.71242.7317.7424.31
Hex3433491D1E047f31218
Octal6463111353601073632230
Binary1101001100111001001111011111001000111111100111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343349; }

 p { color: rgb(52,51,73); }

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

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

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

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

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

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

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