#33324B

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

Shades of Black Marlin #33324B

Tints of Black Marlin #33324B

Color information

#33324B (or 0x33324B) is unknown color: approx Black Marlin. HEX triplet: 33, 32 and 4B. RGB value is (51,50,75). Sum of RGB (Red+Green+Blue) = 51+50+75=176 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.98% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 75 - color contains mainly: blue. Hex color #33324B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33324B is #CCCDB4. Grayscale: #353535. Windows color (decimal): -13422005 or 4928051. OLE color: 4928051.

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

Color convert

RGB515075-
CMYK0.320.3300.71
HSL242.4º20%24.51%-
HSV(B)242.4º33.33%29.41%-
XYZ3.783.497.13-
YUV53.15140.33126.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.98%
GREEN value IS 50 (19.92% from 255) = 28.41%
BLUE value IS 75 (29.69% from 255) = 42.61%
R=28.98%
G=28.41%
B=42.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5150750.320.3300.71242.42024.51
Hex33324B2021047f21419
Octal6362113404101073622431
Binary110011110010100101110000010000101000111111100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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