Html Css Color HEX #343449 Black Marlin

📋 copy color: '#343449'

red 52 ◦ green 52 ◦ blue 73

#343449
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Marlin #343449

Tints of Black Marlin #343449

RGB

 RED value IS 52 (20.7% from 255) = 29.38%

 GREEN value IS 52 (20.7% from 255) = 29.38%

 BLUE value IS 73 (28.91% from 255) = 41.24%

R = 29.38%
G = 29.38%
B = 41.24%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#343449 (or 0x343449) is known color: Black Marlin. HEX triplet: 34, 34 and 49. RGB value is (52,52,73). Sum of RGB (Red+Green+Blue) = 52+52+73=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 73 - color contains mainly: blue. Hex color #343449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343449 is #CBCBB6. Grayscale: #363636. Windows color (decimal): -13355959 or 4797492. OLE color: 4797492.

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

Color convert

RGB 52 52 73 -
CMYK 0.29 0.29 0 0.71
HSL 240º 0.17% 0.25% -
HSV(B) 240º 0.29% 0.29% -
XYZ 3.85 3.67 6.81 -
YUV 54.39 138.5 126.29 -
System Red Green Blue C M Y K H S L
Decimal 52 52 73 0.29 0.29 0 0.71 240 0.17 0.25
Hex 34 34 49 1D 1D 0 47 F0 11 19
Octal 64 64 111 35 35 0 107 360 21 31
Binary 110100 110100 1001001 11101 11101 0 1000111 11110000 10001 11001

Color Harmonies of #343449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343449

Black with #343449

Text Example


Text Example

White with #343449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343449; }

 p { color: rgb(52,52,73); }

 H1.HeaderClassName
 {
   color: #343449;
 }
 .AnyTagClassName
 {
   color: #343449;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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