#373740

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

Shades of Black Marlin #373740

Tints of Black Marlin #373740

Color information

#373740 (or 0x373740) is unknown color: approx Black Marlin. HEX triplet: 37, 37 and 40. RGB value is (55,55,64). Sum of RGB (Red+Green+Blue) = 55+55+64=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 55 (21.88% from 255 or 31.61% 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 #373740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373740 is #C8C8BF. Grayscale: #373737. Windows color (decimal): -13158592 or 4208439. OLE color: 4208439.

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

Color convert

RGB555564-
CMYK0.140.1400.75
HSL240º7.56%23.33%-
HSV(B)240º14.06%25.1%-
XYZ3.873.915.4-
YUV56.03132.5127.27-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.61%
GREEN value IS 55 (21.88% from 255) = 31.61%
BLUE value IS 64 (25.39% from 255) = 36.78%
R=31.61%
G=31.61%
B=36.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5555640.140.1400.752407.5623.33
Hex373740EE04Bf0817
Octal6767100161601133601027
Binary1101111101111000000111011100100101111110000100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373740; }

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

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

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

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

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

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

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

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