#34314B

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

Shades of Black Marlin #34314B

Tints of Black Marlin #34314B

Color information

#34314B (or 0x34314B) is unknown color: approx Black Marlin. HEX triplet: 34, 31 and 4B. RGB value is (52,49,75). Sum of RGB (Red+Green+Blue) = 52+49+75=176 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.55% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 75 - color contains mainly: blue. Hex color #34314B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34314B is #CBCEB4. Grayscale: #343434. Windows color (decimal): -13356725 or 4927796. OLE color: 4927796.

HSL color Cylindrical-coordinate representation of color #34314B: hue angle of 246.92º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #34314B is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB524975-
CMYK0.310.3500.71
HSL246.92º20.97%24.31%-
HSV(B)246.92º34.67%29.41%-
XYZ3.783.437.12-
YUV52.86140.49127.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.55%
GREEN value IS 49 (19.53% from 255) = 27.84%
BLUE value IS 75 (29.69% from 255) = 42.61%
R=29.55%
G=27.84%
B=42.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5249750.310.3500.71246.9220.9724.31
Hex34314B1F23047f71518
Octal6461113374301073672530
Binary11010011000110010111111110001101000111111101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34314B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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