#363247

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

Shades of Black Marlin #363247

Tints of Black Marlin #363247

Color information

#363247 (or 0x363247) is unknown color: approx Black Marlin. HEX triplet: 36, 32 and 47. RGB value is (54,50,71). Sum of RGB (Red+Green+Blue) = 54+50+71=175 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.86% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 71 - color contains mainly: blue. Hex color #363247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363247 is #C9CDB8. Grayscale: #353535. Windows color (decimal): -13225401 or 4665910. OLE color: 4665910.

HSL color Cylindrical-coordinate representation of color #363247: hue angle of 251.43º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #363247 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB545071-
CMYK0.240.3000.72
HSL251.43º17.36%23.73%-
HSV(B)251.43º29.58%27.84%-
XYZ3.83.526.44-
YUV53.59137.83128.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.86%
GREEN value IS 50 (19.92% from 255) = 28.57%
BLUE value IS 71 (28.12% from 255) = 40.57%
R=30.86%
G=28.57%
B=40.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5450710.240.3000.72251.4317.3623.73
Hex363247181E048fb1118
Octal6662107303601103732130
Binary1101101100101000111110001111001001000111110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363247; }

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

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

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

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

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

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

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

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