#383748

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

Shades of Black Marlin #383748

Tints of Black Marlin #383748

Color information

#383748 (or 0x383748) is unknown color: approx Black Marlin. HEX triplet: 38, 37 and 48. RGB value is (56,55,72). Sum of RGB (Red+Green+Blue) = 56+55+72=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 72 - color contains mainly: blue. Hex color #383748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383748 is #C7C8B7. Grayscale: #393939. Windows color (decimal): -13093048 or 4732728. OLE color: 4732728.

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

Color convert

RGB565572-
CMYK0.220.2400.72
HSL243.53º13.39%24.9%-
HSV(B)243.53º23.61%28.24%-
XYZ4.174.046.69-
YUV57.24136.33127.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.60%
GREEN value IS 55 (21.88% from 255) = 30.05%
BLUE value IS 72 (28.52% from 255) = 39.34%
R=30.60%
G=30.05%
B=39.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5655720.220.2400.72243.5313.3924.9
Hex3837481618048f4d19
Octal7067110263001103641531
Binary111000110111100100010110110000100100011110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383748; }

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

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

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

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

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

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

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

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