#330249

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

Shades of Blackcurrant #330249

Tints of Blackcurrant #330249

Color information

#330249 (or 0x330249) is unknown color: approx Blackcurrant. HEX triplet: 33, 02 and 49. RGB value is (51,2,73). Sum of RGB (Red+Green+Blue) = 51+2+73=126 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.48% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 73 (28.91% from 255 or 57.94% from 126); Max value from RGB is 73 - color contains mainly: blue. Hex color #330249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330249 is #CCFDB6. Grayscale: #181818. Windows color (decimal): -13434295 or 4784691. OLE color: 4784691.

HSL color Cylindrical-coordinate representation of color #330249: hue angle of 281.41º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #330249 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB51273-
CMYK0.300.9700.71
HSL281.41º94.67%14.71%-
HSV(B)281.41º97.26%28.63%-
XYZ2.591.236.4-
YUV24.74155.23146.73-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.48%
GREEN value IS 2 (1.17% from 255) = 1.59%
BLUE value IS 73 (28.91% from 255) = 57.94%
R=40.48%
G=1.59%
B=57.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal512730.300.9700.71281.4194.6714.71
Hex332491E610471195ff
Octal63211136141010743113717
Binary1100111010010011111011000010100011110001100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330249; }

 p { color: rgb(51,2,73); }

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

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

 a { background-color: rgb(51,2,73); }

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

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

 span { border-color: rgb(51,2,73); }

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