#330445

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

Shades of Blackcurrant #330445

Tints of Blackcurrant #330445

Color information

#330445 (or 0x330445) is unknown color: approx Blackcurrant. HEX triplet: 33, 04 and 45. RGB value is (51,4,69). Sum of RGB (Red+Green+Blue) = 51+4+69=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 69 (27.34% from 255 or 55.65% from 124); Max value from RGB is 69 - color contains mainly: blue. Hex color #330445 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330445 is #CCFBBA. Grayscale: #191919. Windows color (decimal): -13433787 or 4523059. OLE color: 4523059.

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

Color convert

RGB51469-
CMYK0.260.9400.73
HSL283.38º89.04%14.31%-
HSV(B)283.38º94.2%27.06%-
XYZ2.481.225.73-
YUV25.46152.57146.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.13%
GREEN value IS 4 (1.95% from 255) = 3.23%
BLUE value IS 69 (27.34% from 255) = 55.65%
R=41.13%
G=3.23%
B=55.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal514690.260.9400.73283.3889.0414.31
Hex334451A5E04911b59e
Octal63410532136011143313116
Binary11001110010001011101010111100100100110001101110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330445; }

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

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

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

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

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

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

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

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