#36364A

Color #36364A Black Marlin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Marlin #36364A

Tints of Black Marlin #36364A

Color information

#36364A (or 0x36364A) is unknown color: approx Black Marlin. HEX triplet: 36, 36 and 4A. RGB value is (54,54,74). Sum of RGB (Red+Green+Blue) = 54+54+74=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 74 - color contains mainly: blue. Hex color #36364A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36364A is #C9C9B5. Grayscale: #383838. Windows color (decimal): -13224374 or 4863542. OLE color: 4863542.

HSL color Cylindrical-coordinate representation of color #36364A: hue angle of 240º 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 #36364A is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB545474-
CMYK0.270.2700.71
HSL240º15.62%25.1%-
HSV(B)240º27.03%29.02%-
XYZ4.083.927.02-
YUV56.28138126.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.67%
GREEN value IS 54 (21.48% from 255) = 29.67%
BLUE value IS 74 (29.30% from 255) = 40.66%
R=29.67%
G=29.67%
B=40.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5454740.270.2700.7124015.6225.1
Hex36364A1B1B047f01019
Octal6666112333301073602031
Binary1101101101101001010110111101101000111111100001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #36364A;
 }
 .AnyTagClassName
 {
   color: #36364A;
 }
</style>
background-color css

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

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

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

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

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

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