Html Css Color HEX #39364A Black Marlin

📋 copy color: '#39364A'

red 57 ◦ green 54 ◦ blue 74

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

Shades of Black Marlin #39364A

Tints of Black Marlin #39364A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 40%

R = 30.81%
G = 29.19%
B = 40%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#39364A (or 0x39364A) is known color: Black Marlin. HEX triplet: 39, 36 and 4A. RGB value is (57,54,74). Sum of RGB (Red+Green+Blue) = 57+54+74=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 74 - color contains mainly: blue. Hex color #39364A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39364A is #C6C9B5. Grayscale: #393939. Windows color (decimal): -13027766 or 4863545. OLE color: 4863545.

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

Color convert

RGB 57 54 74 -
CMYK 0.23 0.27 0 0.71
HSL 249º 0.16% 0.25% -
HSV(B) 249º 0.27% 0.29% -
XYZ 4.24 4 7.03 -
YUV 57.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 57 54 74 0.23 0.27 0 0.71 249 0.16 0.25
Hex 39 36 4A 17 1B 0 47 F9 10 19
Octal 71 66 112 27 33 0 107 371 20 31
Binary 111001 110110 1001010 10111 11011 0 1000111 11111001 10000 11001

Color Harmonies of #39364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39364A

Black with #39364A

Text Example


Text Example

White with #39364A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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