#330155

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

Shades of Blackcurrant #330155

Tints of Blackcurrant #330155

Color information

#330155 (or 0x330155) is unknown color: approx Blackcurrant. HEX triplet: 33, 01 and 55. RGB value is (51,1,85). Sum of RGB (Red+Green+Blue) = 51+1+85=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 85 (33.59% from 255 or 62.04% from 137); Max value from RGB is 85 - color contains mainly: blue. Hex color #330155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330155 is #CCFEAA. Grayscale: #191919. Windows color (decimal): -13434539 or 5570867. OLE color: 5570867.

HSL color Cylindrical-coordinate representation of color #330155: hue angle of 275.71º 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 #330155 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB51185-
CMYK0.400.9900.67
HSL275.71º97.67%16.86%-
HSV(B)275.71º98.82%33.33%-
XYZ3.021.388.7-
YUV25.53161.56146.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.23%
GREEN value IS 1 (0.78% from 255) = 0.73%
BLUE value IS 85 (33.59% from 255) = 62.04%
R=37.23%
G=0.73%
B=62.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal511850.400.9900.67275.7197.6716.86
Hex3315528630431146211
Octal63112550143010342414221
Binary11001111010101101000110001101000011100010100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330155; }

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

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

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

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

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

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

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

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