#383844

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

Shades of Black Marlin #383844

Tints of Black Marlin #383844

Color information

#383844 (or 0x383844) is unknown color: approx Black Marlin. HEX triplet: 38, 38 and 44. RGB value is (56,56,68). Sum of RGB (Red+Green+Blue) = 56+56+68=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 68 - color contains mainly: blue. Hex color #383844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383844 is #C7C7BB. Grayscale: #393939. Windows color (decimal): -13092796 or 4470840. OLE color: 4470840.

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

Color convert

RGB565668-
CMYK0.180.1800.73
HSL240º9.68%24.31%-
HSV(B)240º17.65%26.67%-
XYZ4.094.096.04-
YUV57.37134127.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.11%
GREEN value IS 56 (22.27% from 255) = 31.11%
BLUE value IS 68 (26.95% from 255) = 37.78%
R=31.11%
G=31.11%
B=37.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5656680.180.1800.732409.6824.31
Hex3838441212049f0a18
Octal7070104222201113601230
Binary111000111000100010010010100100100100111110000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383844; }

 p { color: rgb(56,56,68); }

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

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

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

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

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

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

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