#36324A

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

Shades of Black Marlin #36324A

Tints of Black Marlin #36324A

Color information

#36324A (or 0x36324A) is unknown color: approx Black Marlin. HEX triplet: 36, 32 and 4A. RGB value is (54,50,74). Sum of RGB (Red+Green+Blue) = 54+50+74=178 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.34% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 74 - color contains mainly: blue. Hex color #36324A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36324A is #C9CDB5. Grayscale: #353535. Windows color (decimal): -13225398 or 4862518. OLE color: 4862518.

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

Color convert

RGB545074-
CMYK0.270.3200.71
HSL250º19.35%24.31%-
HSV(B)250º32.43%29.02%-
XYZ3.93.566.96-
YUV53.93139.33128.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.34%
GREEN value IS 50 (19.92% from 255) = 28.09%
BLUE value IS 74 (29.30% from 255) = 41.57%
R=30.34%
G=28.09%
B=41.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5450740.270.3200.7125019.3524.31
Hex36324A1B20047fa1318
Octal6662112334001073722330
Binary11011011001010010101101110000001000111111110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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