#34314D

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

Shades of Black Marlin #34314D

Tints of Black Marlin #34314D

Color information

#34314D (or 0x34314D) is unknown color: approx Black Marlin. HEX triplet: 34, 31 and 4D. RGB value is (52,49,77). Sum of RGB (Red+Green+Blue) = 52+49+77=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 77 - color contains mainly: blue. Hex color #34314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34314D is #CBCEB2. Grayscale: #343434. Windows color (decimal): -13356723 or 5058868. OLE color: 5058868.

HSL color Cylindrical-coordinate representation of color #34314D: hue angle of 246.43º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #34314D is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB524977-
CMYK0.320.3600.70
HSL246.43º22.22%24.71%-
HSV(B)246.43º36.36%30.2%-
XYZ3.853.467.49-
YUV53.09141.49127.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.21%
GREEN value IS 49 (19.53% from 255) = 27.53%
BLUE value IS 77 (30.47% from 255) = 43.26%
R=29.21%
G=27.53%
B=43.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5249770.320.3600.70246.4322.2224.71
Hex34314D2024046f61619
Octal6461115404401063662631
Binary110100110001100110110000010010001000110111101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34314D; }

 p { color: rgb(52,49,77); }

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

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

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

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

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

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

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