#330255

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

Shades of Blackcurrant #330255

Tints of Blackcurrant #330255

Color information

#330255 (or 0x330255) is unknown color: approx Blackcurrant. HEX triplet: 33, 02 and 55. RGB value is (51,2,85). Sum of RGB (Red+Green+Blue) = 51+2+85=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 85 (33.59% from 255 or 61.59% from 138); Max value from RGB is 85 - color contains mainly: blue. Hex color #330255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330255 is #CCFDAA. Grayscale: #191919. Windows color (decimal): -13434283 or 5571123. OLE color: 5571123.

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

Color convert

RGB51285-
CMYK0.400.9800.67
HSL275.42º95.4%17.06%-
HSV(B)275.42º97.65%33.33%-
XYZ3.031.48.71-
YUV26.11161.23145.75-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.96%
GREEN value IS 2 (1.17% from 255) = 1.45%
BLUE value IS 85 (33.59% from 255) = 61.59%
R=36.96%
G=1.45%
B=61.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal512850.400.9800.67275.4295.417.06
Hex3325528620431135f11
Octal63212550142010342313721
Binary110011101010101101000110001001000011100010011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330255; }

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

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

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

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

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

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

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

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