Html Css Color HEX #3A374B Black Marlin

📋 copy color: '#3A374B'

red 58 ◦ green 55 ◦ blue 75

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

Shades of Black Marlin #3A374B

Tints of Black Marlin #3A374B

RGB

 RED value IS 58 (23.05% from 255) = 30.85%

 GREEN value IS 55 (21.88% from 255) = 29.26%

 BLUE value IS 75 (29.69% from 255) = 39.89%

R = 30.85%
G = 29.26%
B = 39.89%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3A374B (or 0x3A374B) is known color: Black Marlin. HEX triplet: 3A, 37 and 4B. RGB value is (58,55,75). Sum of RGB (Red+Green+Blue) = 58+55+75=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A374B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A374B is #C5C8B4. Grayscale: #3A3A3A. Windows color (decimal): -12961973 or 4929338. OLE color: 4929338.

HSL color Cylindrical-coordinate representation of color #3A374B: hue angle of 249º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3A374B is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 58 55 75 -
CMYK 0.23 0.27 0 0.71
HSL 249º 0.15% 0.25% -
HSV(B) 249º 0.27% 0.29% -
XYZ 4.38 4.14 7.22 -
YUV 58.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 58 55 75 0.23 0.27 0 0.71 249 0.15 0.25
Hex 3A 37 4B 17 1B 0 47 F9 F 19
Octal 72 67 113 27 33 0 107 371 17 31
Binary 111010 110111 1001011 10111 11011 0 1000111 11111001 1111 11001

Color Harmonies of #3A374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A374B

Black with #3A374B

Text Example


Text Example

White with #3A374B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A374B; }

 p { color: rgb(58,55,75); }

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

background-color css

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

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

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

border-color css

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

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

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