Html Css Color HEX #34314D Black Marlin

📋 copy color: '#34314D'

red 52 ◦ green 49 ◦ blue 77

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

Shades of Black Marlin #34314D

Tints of Black Marlin #34314D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.53%

 BLUE value IS 77 (30.47% from 255) = 43.26%

R = 29.21%
G = 27.53%
B = 43.26%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#34314D (or 0x34314D) is known color: Black Marlin. HEX triplet: 34, 31 and 4D. RGB value is (52,49,77). Sum of RGB (Red+Green+Blue) = 52+49+77=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 77 - color contains mainly: blue. Hex color #34314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34314D is #CBCEB2. Grayscale: #343434. Windows color (decimal): -13356723 or 5058868. OLE color: 5058868.

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

Color convert

RGB 52 49 77 -
CMYK 0.32 0.36 0 0.70
HSL 246.43º 0.22% 0.25% -
HSV(B) 246.43º 0.36% 0.3% -
XYZ 3.85 3.46 7.49 -
YUV 53.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 52 49 77 0.32 0.36 0 0.70 246.43 0.22 0.25
Hex 34 31 4D 20 24 0 46 F6 16 19
Octal 64 61 115 40 44 0 106 366 26 31
Binary 110100 110001 1001101 100000 100100 0 1000110 11110110 10110 11001

Color Harmonies of #34314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34314D

Black with #34314D

Text Example


Text Example

White with #34314D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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