#330049

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

Shades of Blackcurrant #330049

Tints of Blackcurrant #330049

Color information

#330049 (or 0x330049) is unknown color: approx Blackcurrant. HEX triplet: 33, 00 and 49. RGB value is (51,0,73). Sum of RGB (Red+Green+Blue) = 51+0+73=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 73 (28.91% from 255 or 58.87% from 124); Max value from RGB is 73 - color contains mainly: blue. Hex color #330049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330049 is #CCFFB6. Grayscale: #171717. Windows color (decimal): -13434807 or 4784179. OLE color: 4784179.

HSL color Cylindrical-coordinate representation of color #330049: hue angle of 281.92º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #330049 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB51073-
CMYK0.30100.71
HSL281.92º100%14.31%-
HSV(B)281.92º100%28.63%-
XYZ2.571.186.4-
YUV23.57155.9147.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 73 (28.91% from 255) = 58.87%
R=41.13%
G=0%
B=58.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal510730.30100.71281.9210014.31
Hex330491E6404711a64e
Octal63011136144010743214416
Binary110011010010011111011001000100011110001101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330049; }

 p { color: rgb(51,0,73); }

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

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

 a { background-color: rgb(51,0,73); }

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

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

 span { border-color: rgb(51,0,73); }

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