#383741

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

Shades of Black Marlin #383741

Tints of Black Marlin #383741

Color information

#383741 (or 0x383741) is unknown color: approx Black Marlin. HEX triplet: 38, 37 and 41. RGB value is (56,55,65). Sum of RGB (Red+Green+Blue) = 56+55+65=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 65 - color contains mainly: blue. Hex color #383741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383741 is #C7C8BE. Grayscale: #383838. Windows color (decimal): -13093055 or 4273976. OLE color: 4273976.

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

Color convert

RGB565565-
CMYK0.140.1500.75
HSL246º8.33%23.53%-
HSV(B)246º15.38%25.49%-
XYZ3.953.955.56-
YUV56.44132.83127.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.82%
GREEN value IS 55 (21.88% from 255) = 31.25%
BLUE value IS 65 (25.78% from 255) = 36.93%
R=31.82%
G=31.25%
B=36.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5655650.140.1500.752468.3323.53
Hex383741EF04Bf6818
Octal7067101161701133661030
Binary1110001101111000001111011110100101111110110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383741; }

 p { color: rgb(56,55,65); }

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

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

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

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

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

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

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