#3C3A48

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

Shades of Black Marlin #3C3A48

Tints of Black Marlin #3C3A48

Color information

#3C3A48 (or 0x3C3A48) is unknown color: approx Black Marlin. HEX triplet: 3C, 3A and 48. RGB value is (60,58,72). Sum of RGB (Red+Green+Blue) = 60+58+72=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 58 (23.05% from 255 or 30.53% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 72 - color contains mainly: blue. Hex color #3C3A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3A48 is #C3C5B7. Grayscale: #3C3C3C. Windows color (decimal): -12830136 or 4733500. OLE color: 4733500.

HSL color Cylindrical-coordinate representation of color #3C3A48: hue angle of 248.57º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3C3A48 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB605872-
CMYK0.170.1900.72
HSL248.57º10.77%25.49%-
HSV(B)248.57º19.44%28.24%-
XYZ4.554.456.75-
YUV60.19134.66127.86-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.58%
GREEN value IS 58 (23.05% from 255) = 30.53%
BLUE value IS 72 (28.52% from 255) = 37.89%
R=31.58%
G=30.53%
B=37.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6058720.170.1900.72248.5710.7725.49
Hex3C3A481113048f9b19
Octal7472110212301103711331
Binary111100111010100100010001100110100100011111001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,58,72); }

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

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

 a { background-color: rgb(60,58,72); }

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

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

 span { border-color: rgb(60,58,72); }

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