#330446

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

Shades of Blackcurrant #330446

Tints of Blackcurrant #330446

Color information

#330446 (or 0x330446) is unknown color: approx Blackcurrant. HEX triplet: 33, 04 and 46. RGB value is (51,4,70). Sum of RGB (Red+Green+Blue) = 51+4+70=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 70 (27.73% from 255 or 56% from 125); Max value from RGB is 70 - color contains mainly: blue. Hex color #330446 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330446 is #CCFBB9. Grayscale: #191919. Windows color (decimal): -13433786 or 4588595. OLE color: 4588595.

HSL color Cylindrical-coordinate representation of color #330446: hue angle of 282.73º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330446 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB51470-
CMYK0.270.9400.73
HSL282.73º89.19%14.51%-
HSV(B)282.73º94.29%27.45%-
XYZ2.511.235.9-
YUV25.58153.07146.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.8%
GREEN value IS 4 (1.95% from 255) = 3.2%
BLUE value IS 70 (27.73% from 255) = 56%
R=40.8%
G=3.2%
B=56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal514700.270.9400.73282.7389.1914.51
Hex334461B5E04911b59f
Octal63410633136011143313117
Binary11001110010001101101110111100100100110001101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330446; }

 p { color: rgb(51,4,70); }

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

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

 a { background-color: rgb(51,4,70); }

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

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

 span { border-color: rgb(51,4,70); }

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