#343348

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

Shades of Black Marlin #343348

Tints of Black Marlin #343348

Color information

#343348 (or 0x343348) is unknown color: approx Black Marlin. HEX triplet: 34, 33 and 48. RGB value is (52,51,72). Sum of RGB (Red+Green+Blue) = 52+51+72=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 72 - color contains mainly: blue. Hex color #343348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343348 is #CBCCB7. Grayscale: #353535. Windows color (decimal): -13356216 or 4731700. OLE color: 4731700.

HSL color Cylindrical-coordinate representation of color #343348: hue angle of 242.86º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #343348 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB525172-
CMYK0.280.2900.72
HSL242.86º17.07%24.12%-
HSV(B)242.86º29.17%28.24%-
XYZ3.773.576.62-
YUV53.69138.33126.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.71%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 72 (28.52% from 255) = 41.14%
R=29.71%
G=29.14%
B=41.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5251720.280.2900.72242.8617.0724.12
Hex3433481C1D048f31118
Octal6463110343501103632130
Binary1101001100111001000111001110101001000111100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343348; }

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

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

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

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

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

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

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

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