#383644

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

Shades of Black Marlin #383644

Tints of Black Marlin #383644

Color information

#383644 (or 0x383644) is unknown color: approx Black Marlin. HEX triplet: 38, 36 and 44. RGB value is (56,54,68). Sum of RGB (Red+Green+Blue) = 56+54+68=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 68 - color contains mainly: blue. Hex color #383644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383644 is #C7C9BB. Grayscale: #383838. Windows color (decimal): -13093308 or 4470328. OLE color: 4470328.

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

Color convert

RGB565468-
CMYK0.180.2100.73
HSL248.57º11.48%23.92%-
HSV(B)248.57º20.59%26.67%-
XYZ3.993.96.01-
YUV56.19134.66127.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.46%
GREEN value IS 54 (21.48% from 255) = 30.34%
BLUE value IS 68 (26.95% from 255) = 38.20%
R=31.46%
G=30.34%
B=38.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5654680.180.2100.73248.5711.4823.92
Hex3836441215049f9b18
Octal7066104222501113711330
Binary111000110110100010010010101010100100111111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383644; }

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

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

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

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

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

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

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

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