#33324D

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

Shades of Black Marlin #33324D

Tints of Black Marlin #33324D

Color information

#33324D (or 0x33324D) is unknown color: approx Black Marlin. HEX triplet: 33, 32 and 4D. RGB value is (51,50,77). Sum of RGB (Red+Green+Blue) = 51+50+77=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 77 - color contains mainly: blue. Hex color #33324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33324D is #CCCDB2. Grayscale: #353535. Windows color (decimal): -13422003 or 5059123. OLE color: 5059123.

HSL color Cylindrical-coordinate representation of color #33324D: hue angle of 242.22º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #33324D is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB515077-
CMYK0.340.3500.70
HSL242.22º21.26%24.9%-
HSV(B)242.22º35.06%30.2%-
XYZ3.853.527.5-
YUV53.38141.33126.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.65%
GREEN value IS 50 (19.92% from 255) = 28.09%
BLUE value IS 77 (30.47% from 255) = 43.26%
R=28.65%
G=28.09%
B=43.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5150770.340.3500.70242.2221.2624.9
Hex33324D2223046f21519
Octal6362115424301063622531
Binary110011110010100110110001010001101000110111100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33324D; }

 p { color: rgb(51,50,77); }

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

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

 a { background-color: rgb(51,50,77); }

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

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

 span { border-color: rgb(51,50,77); }

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