#383640

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

Shades of Black Marlin #383640

Tints of Black Marlin #383640

Color information

#383640 (or 0x383640) is unknown color: approx Black Marlin. HEX triplet: 38, 36 and 40. RGB value is (56,54,64). Sum of RGB (Red+Green+Blue) = 56+54+64=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 64 - color contains mainly: blue. Hex color #383640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383640 is #C7C9BF. Grayscale: #373737. Windows color (decimal): -13093312 or 4208184. OLE color: 4208184.

HSL color Cylindrical-coordinate representation of color #383640: hue angle of 252º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #383640 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB565464-
CMYK0.130.1600.75
HSL252º8.47%23.14%-
HSV(B)252º15.62%25.1%-
XYZ3.883.855.39-
YUV55.74132.66128.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.18%
GREEN value IS 54 (21.48% from 255) = 31.03%
BLUE value IS 64 (25.39% from 255) = 36.78%
R=32.18%
G=31.03%
B=36.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5654640.130.1600.752528.4723.14
Hex383640D1004Bfc817
Octal7066100152001133741027
Binary11100011011010000001101100000100101111111100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383640; }

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

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

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

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

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

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

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

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