#383646

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

Shades of Black Marlin #383646

Tints of Black Marlin #383646

Color information

#383646 (or 0x383646) is unknown color: approx Black Marlin. HEX triplet: 38, 36 and 46. RGB value is (56,54,70). Sum of RGB (Red+Green+Blue) = 56+54+70=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 70 - color contains mainly: blue. Hex color #383646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383646 is #C7C9B9. Grayscale: #383838. Windows color (decimal): -13093306 or 4601400. OLE color: 4601400.

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

Color convert

RGB565470-
CMYK0.200.2300.73
HSL247.5º12.9%24.31%-
HSV(B)247.5º22.86%27.45%-
XYZ4.063.926.34-
YUV56.42135.66127.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.11%
GREEN value IS 54 (21.48% from 255) = 30%
BLUE value IS 70 (27.73% from 255) = 38.89%
R=31.11%
G=30%
B=38.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5654700.200.2300.73247.512.924.31
Hex3836461417049f8d18
Octal7066106242701113701530
Binary111000110110100011010100101110100100111111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383646; }

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

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

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

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

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

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

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

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