#383840

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

Shades of Black Marlin #383840

Tints of Black Marlin #383840

Color information

#383840 (or 0x383840) is unknown color: approx Black Marlin. HEX triplet: 38, 38 and 40. RGB value is (56,56,64). Sum of RGB (Red+Green+Blue) = 56+56+64=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 56 (22.27% from 255 or 31.82% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 64 - color contains mainly: blue. Hex color #383840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383840 is #C7C7BF. Grayscale: #383838. Windows color (decimal): -13092800 or 4208696. OLE color: 4208696.

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

Color convert

RGB565664-
CMYK0.130.1300.75
HSL240º6.67%23.53%-
HSV(B)240º12.5%25.1%-
XYZ3.974.045.42-
YUV56.91132127.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.82%
GREEN value IS 56 (22.27% from 255) = 31.82%
BLUE value IS 64 (25.39% from 255) = 36.36%
R=31.82%
G=31.82%
B=36.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5656640.130.1300.752406.6723.53
Hex383840DD04Bf0718
Octal707010015150113360730
Binary111000111000100000011011101010010111111000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383840; }

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

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

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

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

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

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

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

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