#363346

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

Shades of Black Marlin #363346

Tints of Black Marlin #363346

Color information

#363346 (or 0x363346) is unknown color: approx Black Marlin. HEX triplet: 36, 33 and 46. RGB value is (54,51,70). Sum of RGB (Red+Green+Blue) = 54+51+70=175 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.86% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 70 - color contains mainly: blue. Hex color #363346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363346 is #C9CCB9. Grayscale: #353535. Windows color (decimal): -13225146 or 4600630. OLE color: 4600630.

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

Color convert

RGB545170-
CMYK0.230.2700.73
HSL249.47º15.7%23.73%-
HSV(B)249.47º27.14%27.45%-
XYZ3.813.596.29-
YUV54.06136.99127.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.86%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 70 (27.73% from 255) = 40%
R=30.86%
G=29.14%
B=40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5451700.230.2700.73249.4715.723.73
Hex363346171B049f91018
Octal6663106273301113712030
Binary1101101100111000110101111101101001001111110011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363346; }

 p { color: rgb(54,51,70); }

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

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

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

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

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

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

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