#383842

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

Shades of Black Marlin #383842

Tints of Black Marlin #383842

Color information

#383842 (or 0x383842) is unknown color: approx Black Marlin. HEX triplet: 38, 38 and 42. RGB value is (56,56,66). Sum of RGB (Red+Green+Blue) = 56+56+66=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 66 - color contains mainly: blue. Hex color #383842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383842 is #C7C7BD. Grayscale: #393939. Windows color (decimal): -13092798 or 4339768. OLE color: 4339768.

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

Color convert

RGB565666-
CMYK0.150.1500.74
HSL240º8.2%23.92%-
HSV(B)240º15.15%25.88%-
XYZ4.034.065.73-
YUV57.14133127.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.46%
GREEN value IS 56 (22.27% from 255) = 31.46%
BLUE value IS 66 (26.17% from 255) = 37.08%
R=31.46%
G=31.46%
B=37.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5656660.150.1500.742408.223.92
Hex383842FF04Af0818
Octal7070102171701123601030
Binary1110001110001000010111111110100101011110000100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383842; }

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

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

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

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

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

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

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

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