#330948

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

Shades of Blackcurrant #330948

Tints of Blackcurrant #330948

Color information

#330948 (or 0x330948) is unknown color: approx Blackcurrant. HEX triplet: 33, 09 and 48. RGB value is (51,9,72). Sum of RGB (Red+Green+Blue) = 51+9+72=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 72 (28.52% from 255 or 54.55% from 132); Max value from RGB is 72 - color contains mainly: blue. Hex color #330948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330948 is #CCF6B7. Grayscale: #1C1C1C. Windows color (decimal): -13432504 or 4720947. OLE color: 4720947.

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

Color convert

RGB51972-
CMYK0.290.8800.72
HSL280º77.78%15.88%-
HSV(B)280º87.5%28.24%-
XYZ2.631.376.26-
YUV28.74152.41143.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.64%
GREEN value IS 9 (3.91% from 255) = 6.82%
BLUE value IS 72 (28.52% from 255) = 54.55%
R=38.64%
G=6.82%
B=54.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal519720.290.8800.7228077.7815.88
Hex339481D580481184e10
Octal631111035130011043011620
Binary1100111001100100011101101100001001000100011000100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330948; }

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

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

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

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

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

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

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

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