Html Css Color HEX #373542 Black Marlin

📋 copy color: '#373542'

red 55 ◦ green 53 ◦ blue 66

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

Shades of Black Marlin #373542

Tints of Black Marlin #373542

RGB

 RED value IS 55 (21.88% from 255) = 31.61%

 GREEN value IS 53 (21.09% from 255) = 30.46%

 BLUE value IS 66 (26.17% from 255) = 37.93%

R = 31.61%
G = 30.46%
B = 37.93%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#373542 (or 0x373542) is known color: Black Marlin. HEX triplet: 37, 35 and 42. RGB value is (55,53,66). Sum of RGB (Red+Green+Blue) = 55+53+66=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 66 - color contains mainly: blue. Hex color #373542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373542 is #C8CABD. Grayscale: #373737. Windows color (decimal): -13159102 or 4338999. OLE color: 4338999.

HSL color Cylindrical-coordinate representation of color #373542: hue angle of 249.23º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #373542 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 55 53 66 -
CMYK 0.17 0.20 0 0.74
HSL 249.23º 0.11% 0.23% -
HSV(B) 249.23º 0.2% 0.26% -
XYZ 3.83 3.75 5.68 -
YUV 55.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 55 53 66 0.17 0.20 0 0.74 249.23 0.11 0.23
Hex 37 35 42 11 14 0 4A F9 B 17
Octal 67 65 102 21 24 0 112 371 13 27
Binary 110111 110101 1000010 10001 10100 0 1001010 11111001 1011 10111

Color Harmonies of #373542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373542

Black with #373542

Text Example


Text Example

White with #373542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373542; }

 p { color: rgb(55,53,66); }

 H1.HeaderClassName
 {
   color: #373542;
 }
 .AnyTagClassName
 {
   color: #373542;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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