#330855

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

Shades of Blackcurrant #330855

Tints of Blackcurrant #330855

Color information

#330855 (or 0x330855) is unknown color: approx Blackcurrant. HEX triplet: 33, 08 and 55. RGB value is (51,8,85). Sum of RGB (Red+Green+Blue) = 51+8+85=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 85 (33.59% from 255 or 59.03% from 144); Max value from RGB is 85 - color contains mainly: blue. Hex color #330855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330855 is #CCF7AA. Grayscale: #1D1D1D. Windows color (decimal): -13432747 or 5572659. OLE color: 5572659.

HSL color Cylindrical-coordinate representation of color #330855: hue angle of 273.51º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #330855 is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB51885-
CMYK0.400.9100.67
HSL273.51º82.8%18.24%-
HSV(B)273.51º90.59%33.33%-
XYZ3.091.538.73-
YUV29.64159.25143.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.42%
GREEN value IS 8 (3.52% from 255) = 5.56%
BLUE value IS 85 (33.59% from 255) = 59.03%
R=35.42%
G=5.56%
B=59.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal518850.400.9100.67273.5182.818.24
Hex33855285B0431125312
Octal631012550133010342212322
Binary11001110001010101101000101101101000011100010010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330855; }

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

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

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

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

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

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

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

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