#330548

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

Shades of Blackcurrant #330548

Tints of Blackcurrant #330548

Color information

#330548 (or 0x330548) is unknown color: approx Blackcurrant. HEX triplet: 33, 05 and 48. RGB value is (51,5,72). Sum of RGB (Red+Green+Blue) = 51+5+72=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 72 (28.52% from 255 or 56.25% from 128); Max value from RGB is 72 - color contains mainly: blue. Hex color #330548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330548 is #CCFAB7. Grayscale: #1A1A1A. Windows color (decimal): -13433528 or 4719923. OLE color: 4719923.

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

Color convert

RGB51572-
CMYK0.290.9300.72
HSL281.19º87.01%15.1%-
HSV(B)281.19º93.06%28.24%-
XYZ2.591.286.24-
YUV26.39153.74145.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 39.84%
GREEN value IS 5 (2.34% from 255) = 3.91%
BLUE value IS 72 (28.52% from 255) = 56.25%
R=39.84%
G=3.91%
B=56.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal515720.290.9300.72281.1987.0115.1
Hex335481D5D04811957f
Octal63511035135011043112717
Binary11001110110010001110110111010100100010001100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330548; }

 p { color: rgb(51,5,72); }

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

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

 a { background-color: rgb(51,5,72); }

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

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

 span { border-color: rgb(51,5,72); }

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