Html Css Color HEX #39364D Black Marlin

📋 copy color: '#39364D'

red 57 ◦ green 54 ◦ blue 77

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

Shades of Black Marlin #39364D

Tints of Black Marlin #39364D

RGB

 RED value IS 57 (22.66% from 255) = 30.32%

 GREEN value IS 54 (21.48% from 255) = 28.72%

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

R = 30.32%
G = 28.72%
B = 40.96%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#39364D (or 0x39364D) is known color: Black Marlin. HEX triplet: 39, 36 and 4D. RGB value is (57,54,77). Sum of RGB (Red+Green+Blue) = 57+54+77=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 77 - color contains mainly: blue. Hex color #39364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39364D is #C6C9B2. Grayscale: #393939. Windows color (decimal): -13027763 or 5060153. OLE color: 5060153.

HSL color Cylindrical-coordinate representation of color #39364D: hue angle of 247.83º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #39364D is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 57 54 77 -
CMYK 0.26 0.30 0 0.70
HSL 247.83º 0.18% 0.26% -
HSV(B) 247.83º 0.3% 0.3% -
XYZ 4.35 4.04 7.57 -
YUV 57.52 138.99 127.63 -
System Red Green Blue C M Y K H S L
Decimal 57 54 77 0.26 0.30 0 0.70 247.83 0.18 0.26
Hex 39 36 4D 1A 1E 0 46 F8 12 1A
Octal 71 66 115 32 36 0 106 370 22 32
Binary 111001 110110 1001101 11010 11110 0 1000110 11111000 10010 11010

Color Harmonies of #39364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39364D

Black with #39364D

Text Example


Text Example

White with #39364D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,54,77); }

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

background-color css

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

 a { background-color: rgb(57,54,77); }

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

border-color css

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

 span { border-color: rgb(57,54,77); }

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