Html Css Color HEX #373740 Black Marlin

📋 copy color: '#373740'

red 55 ◦ green 55 ◦ blue 64

#373740
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Marlin #373740

Tints of Black Marlin #373740

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 value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#373740 (or 0x373740) is known color: 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

RGB 55 55 64 -
CMYK 0.14 0.14 0 0.75
HSL 240º 0.08% 0.23% -
HSV(B) 240º 0.14% 0.25% -
XYZ 3.87 3.91 5.4 -
YUV 56.03 132.5 127.27 -
System Red Green Blue C M Y K H S L
Decimal 55 55 64 0.14 0.14 0 0.75 240 0.08 0.23
Hex 37 37 40 E E 0 4B F0 8 17
Octal 67 67 100 16 16 0 113 360 10 27
Binary 110111 110111 1000000 1110 1110 0 1001011 11110000 1000 10111

Color Harmonies of #373740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373740

Black with #373740

Text Example


Text Example

White with #373740

Text Example


Text Example

HTML Codes & Css Web 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>