#34334F

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

Shades of Black Marlin #34334F

Tints of Black Marlin #34334F

Color information

#34334F (or 0x34334F) is unknown color: approx Black Marlin. HEX triplet: 34, 33 and 4F. RGB value is (52,51,79). Sum of RGB (Red+Green+Blue) = 52+51+79=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 79 - color contains mainly: blue. Hex color #34334F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34334F is #CBCCB0. Grayscale: #363636. Windows color (decimal): -13356209 or 5190452. OLE color: 5190452.

HSL color Cylindrical-coordinate representation of color #34334F: hue angle of 242.14º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #34334F is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB525179-
CMYK0.340.3500.69
HSL242.14º21.54%25.49%-
HSV(B)242.14º35.44%30.98%-
XYZ4.013.667.89-
YUV54.49141.83126.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.57%
GREEN value IS 51 (20.31% from 255) = 28.02%
BLUE value IS 79 (31.25% from 255) = 43.41%
R=28.57%
G=28.02%
B=43.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5251790.340.3500.69242.1421.5425.49
Hex34334F2223045f21619
Octal6463117424301053622631
Binary110100110011100111110001010001101000101111100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34334F; }

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

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

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

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

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

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

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

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