#330254

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

Shades of Blackcurrant #330254

Tints of Blackcurrant #330254

Color information

#330254 (or 0x330254) is unknown color: approx Blackcurrant. HEX triplet: 33, 02 and 54. RGB value is (51,2,84). Sum of RGB (Red+Green+Blue) = 51+2+84=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 84 (33.20% from 255 or 61.31% from 137); Max value from RGB is 84 - color contains mainly: blue. Hex color #330254 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330254 is #CCFDAB. Grayscale: #191919. Windows color (decimal): -13434284 or 5505587. OLE color: 5505587.

HSL color Cylindrical-coordinate representation of color #330254: hue angle of 275.85º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #330254 is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB51284-
CMYK0.390.9800.67
HSL275.85º95.35%16.86%-
HSV(B)275.85º97.62%32.94%-
XYZ2.991.398.5-
YUV26160.73145.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.23%
GREEN value IS 2 (1.17% from 255) = 1.46%
BLUE value IS 84 (33.20% from 255) = 61.31%
R=37.23%
G=1.46%
B=61.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal512840.390.9800.67275.8595.3516.86
Hex3325427620431145f11
Octal63212447142010342413721
Binary110011101010100100111110001001000011100010100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330254; }

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

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

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

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

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

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

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

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