#330554

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

Shades of Blackcurrant #330554

Tints of Blackcurrant #330554

Color information

#330554 (or 0x330554) is unknown color: approx Blackcurrant. HEX triplet: 33, 05 and 54. RGB value is (51,5,84). Sum of RGB (Red+Green+Blue) = 51+5+84=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 84 (33.20% from 255 or 60% from 140); Max value from RGB is 84 - color contains mainly: blue. Hex color #330554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330554 is #CCFAAB. Grayscale: #1B1B1B. Windows color (decimal): -13433516 or 5506355. OLE color: 5506355.

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

Color convert

RGB51584-
CMYK0.390.9400.67
HSL274.94º88.76%17.45%-
HSV(B)274.94º94.05%32.94%-
XYZ3.021.458.51-
YUV27.76159.74144.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.43%
GREEN value IS 5 (2.34% from 255) = 3.57%
BLUE value IS 84 (33.20% from 255) = 60%
R=36.43%
G=3.57%
B=60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal515840.390.9400.67274.9488.7617.45
Hex33554275E0431135911
Octal63512447136010342313121
Binary1100111011010100100111101111001000011100010011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330554; }

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

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

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

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

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

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

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

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