#33324A

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

Shades of Black Marlin #33324A

Tints of Black Marlin #33324A

Color information

#33324A (or 0x33324A) is unknown color: approx Black Marlin. HEX triplet: 33, 32 and 4A. RGB value is (51,50,74). Sum of RGB (Red+Green+Blue) = 51+50+74=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 74 - color contains mainly: blue. Hex color #33324A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33324A is #CCCDB5. Grayscale: #343434. Windows color (decimal): -13422006 or 4862515. OLE color: 4862515.

HSL color Cylindrical-coordinate representation of color #33324A: hue angle of 242.5º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #33324A is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB515074-
CMYK0.310.3200.71
HSL242.5º19.35%24.31%-
HSV(B)242.5º32.43%29.02%-
XYZ3.743.486.95-
YUV53.04139.83126.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.14%
GREEN value IS 50 (19.92% from 255) = 28.57%
BLUE value IS 74 (29.30% from 255) = 42.29%
R=29.14%
G=28.57%
B=42.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5150740.310.3200.71242.519.3524.31
Hex33324A1F20047f21318
Octal6362112374001073622330
Binary11001111001010010101111110000001000111111100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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