#330447

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

Shades of Blackcurrant #330447

Tints of Blackcurrant #330447

Color information

#330447 (or 0x330447) is unknown color: approx Blackcurrant. HEX triplet: 33, 04 and 47. RGB value is (51,4,71). Sum of RGB (Red+Green+Blue) = 51+4+71=126 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.48% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 71 (28.12% from 255 or 56.35% from 126); Max value from RGB is 71 - color contains mainly: blue. Hex color #330447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330447 is #CCFBB8. Grayscale: #191919. Windows color (decimal): -13433785 or 4654131. OLE color: 4654131.

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

Color convert

RGB51471-
CMYK0.280.9400.72
HSL282.09º89.33%14.71%-
HSV(B)282.09º94.37%27.84%-
XYZ2.551.256.07-
YUV25.69153.57146.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.48%
GREEN value IS 4 (1.95% from 255) = 3.17%
BLUE value IS 71 (28.12% from 255) = 56.35%
R=40.48%
G=3.17%
B=56.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal514710.280.9400.72282.0989.3314.71
Hex334471C5E04811a59f
Octal63410734136011043213117
Binary11001110010001111110010111100100100010001101010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330447; }

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

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

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

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

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

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

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

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