#330055

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

Shades of Blackcurrant #330055

Tints of Blackcurrant #330055

Color information

#330055 (or 0x330055) is unknown color: approx Blackcurrant. HEX triplet: 33, 00 and 55. RGB value is (51,0,85). Sum of RGB (Red+Green+Blue) = 51+0+85=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 85 (33.59% from 255 or 62.5% from 136); Max value from RGB is 85 - color contains mainly: blue. Hex color #330055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330055 is #CCFFAA. Grayscale: #181818. Windows color (decimal): -13434795 or 5570611. OLE color: 5570611.

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

Color convert

RGB51085-
CMYK0.40100.67
HSL276º100%16.67%-
HSV(B)276º100%33.33%-
XYZ31.368.7-
YUV24.94161.9146.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 85 (33.59% from 255) = 62.5%
R=37.5%
G=0%
B=62.5%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal510850.40100.6727610016.67
Hex3305528640431146411
Octal63012550144010342414421
Binary11001101010101101000110010001000011100010100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330055; }

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

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

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

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

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

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

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

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