#34324D

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

Shades of Black Marlin #34324D

Tints of Black Marlin #34324D

Color information

#34324D (or 0x34324D) is unknown color: approx Black Marlin. HEX triplet: 34, 32 and 4D. RGB value is (52,50,77). Sum of RGB (Red+Green+Blue) = 52+50+77=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 77 - color contains mainly: blue. Hex color #34324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34324D is #CBCDB2. Grayscale: #353535. Windows color (decimal): -13356467 or 5059124. OLE color: 5059124.

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

Color convert

RGB525077-
CMYK0.320.3500.70
HSL244.44º21.26%24.9%-
HSV(B)244.44º35.06%30.2%-
XYZ3.93.557.5-
YUV53.68141.16126.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.05%
GREEN value IS 50 (19.92% from 255) = 27.93%
BLUE value IS 77 (30.47% from 255) = 43.02%
R=29.05%
G=27.93%
B=43.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5250770.320.3500.70244.4421.2624.9
Hex34324D2023046f41519
Octal6462115404301063642531
Binary110100110010100110110000010001101000110111101001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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