Html Css Color HEX #343446 Black Marlin

📋 copy color: '#343446'

red 52 ◦ green 52 ◦ blue 70

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

Shades of Black Marlin #343446

Tints of Black Marlin #343446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 40.23%

R = 29.89%
G = 29.89%
B = 40.23%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#343446 (or 0x343446) is known color: Black Marlin. HEX triplet: 34, 34 and 46. RGB value is (52,52,70). Sum of RGB (Red+Green+Blue) = 52+52+70=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 70 - color contains mainly: blue. Hex color #343446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343446 is #CBCBB9. Grayscale: #353535. Windows color (decimal): -13355962 or 4600884. OLE color: 4600884.

HSL color Cylindrical-coordinate representation of color #343446: hue angle of 240º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #343446 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 52 70 -
CMYK 0.26 0.26 0 0.73
HSL 240º 0.15% 0.24% -
HSV(B) 240º 0.26% 0.27% -
XYZ 3.75 3.63 6.3 -
YUV 54.05 137 126.54 -
System Red Green Blue C M Y K H S L
Decimal 52 52 70 0.26 0.26 0 0.73 240 0.15 0.24
Hex 34 34 46 1A 1A 0 49 F0 F 18
Octal 64 64 106 32 32 0 111 360 17 30
Binary 110100 110100 1000110 11010 11010 0 1001001 11110000 1111 11000

Color Harmonies of #343446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343446

Black with #343446

Text Example


Text Example

White with #343446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343446; }

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

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

background-color css

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

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

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

border-color css

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

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

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