#330849

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

Shades of Blackcurrant #330849

Tints of Blackcurrant #330849

Color information

#330849 (or 0x330849) is unknown color: approx Blackcurrant. HEX triplet: 33, 08 and 49. RGB value is (51,8,73). Sum of RGB (Red+Green+Blue) = 51+8+73=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 73 (28.91% from 255 or 55.30% from 132); Max value from RGB is 73 - color contains mainly: blue. Hex color #330849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330849 is #CCF7B6. Grayscale: #1C1C1C. Windows color (decimal): -13432759 or 4786227. OLE color: 4786227.

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

Color convert

RGB51873-
CMYK0.300.8900.71
HSL279.69º80.25%15.88%-
HSV(B)279.69º89.04%28.63%-
XYZ2.651.366.43-
YUV28.27153.25144.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.64%
GREEN value IS 8 (3.52% from 255) = 6.06%
BLUE value IS 73 (28.91% from 255) = 55.30%
R=38.64%
G=6.06%
B=55.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal518730.300.8900.71279.6980.2515.88
Hex338491E590471185010
Octal631011136131010743012020
Binary1100111000100100111110101100101000111100011000101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330849; }

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

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

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

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

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

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

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

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