#330539

Color #330539 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #330539

Tints of Blackcurrant #330539

Color information

#330539 (or 0x330539) is unknown color: approx Blackcurrant. HEX triplet: 33, 05 and 39. RGB value is (51,5,57). Sum of RGB (Red+Green+Blue) = 51+5+57=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 57 (22.66% from 255 or 50.44% from 113); Max value from RGB is 57 - color contains mainly: blue. Hex color #330539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330539 is #CCFAC6. Grayscale: #181818. Windows color (decimal): -13433543 or 3736883. OLE color: 3736883.

HSL color Cylindrical-coordinate representation of color #330539: hue angle of 293.08º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #330539 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB51557-
CMYK0.110.9100.78
HSL293.08º83.87%12.16%-
HSV(B)293.08º91.23%22.35%-
XYZ2.161.113.97-
YUV24.68146.24146.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.13%
GREEN value IS 5 (2.34% from 255) = 4.42%
BLUE value IS 57 (22.66% from 255) = 50.44%
R=45.13%
G=4.42%
B=50.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal515570.110.9100.78293.0883.8712.16
Hex33539B5B04E12554c
Octal6357113133011644512414
Binary110011101111001101110110110100111010010010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330539; }

 p { color: rgb(51,5,57); }

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

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

 a { background-color: rgb(51,5,57); }

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

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

 span { border-color: rgb(51,5,57); }

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