#32314B

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

Shades of Black Marlin #32314B

Tints of Black Marlin #32314B

Color information

#32314B (or 0x32314B) is unknown color: approx Black Marlin. HEX triplet: 32, 31 and 4B. RGB value is (50,49,75). Sum of RGB (Red+Green+Blue) = 50+49+75=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 75 - color contains mainly: blue. Hex color #32314B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32314B is #CDCEB4. Grayscale: #343434. Windows color (decimal): -13487797 or 4927794. OLE color: 4927794.

HSL color Cylindrical-coordinate representation of color #32314B: hue angle of 242.31º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #32314B is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB504975-
CMYK0.330.3500.71
HSL242.31º20.97%24.31%-
HSV(B)242.31º34.67%29.41%-
XYZ3.683.387.12-
YUV52.26140.83126.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.74%
GREEN value IS 49 (19.53% from 255) = 28.16%
BLUE value IS 75 (29.69% from 255) = 43.10%
R=28.74%
G=28.16%
B=43.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5049750.330.3500.71242.3120.9724.31
Hex32314B2123047f21518
Octal6261113414301073622530
Binary110010110001100101110000110001101000111111100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32314B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32314B; }

 p { color: rgb(50,49,75); }

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

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

 a { background-color: rgb(50,49,75); }

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

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

 span { border-color: rgb(50,49,75); }

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