#330154

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

Shades of Blackcurrant #330154

Tints of Blackcurrant #330154

Color information

#330154 (or 0x330154) is unknown color: approx Blackcurrant. HEX triplet: 33, 01 and 54. RGB value is (51,1,84). Sum of RGB (Red+Green+Blue) = 51+1+84=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 84 (33.20% from 255 or 61.76% from 136); Max value from RGB is 84 - color contains mainly: blue. Hex color #330154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330154 is #CCFEAB. Grayscale: #191919. Windows color (decimal): -13434540 or 5505331. OLE color: 5505331.

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

Color convert

RGB51184-
CMYK0.390.9900.67
HSL276.14º97.65%16.67%-
HSV(B)276.14º98.81%32.94%-
XYZ2.981.378.49-
YUV25.41161.06146.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.5%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 84 (33.20% from 255) = 61.76%
R=37.5%
G=0.74%
B=61.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal511840.390.9900.67276.1497.6516.67
Hex3315427630431146211
Octal63112447143010342414221
Binary11001111010100100111110001101000011100010100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330154; }

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

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

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

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

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

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

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

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