#330057

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

Shades of Blackcurrant #330057

Tints of Blackcurrant #330057

Color information

#330057 (or 0x330057) is unknown color: approx Blackcurrant. HEX triplet: 33, 00 and 57. RGB value is (51,0,87). Sum of RGB (Red+Green+Blue) = 51+0+87=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 87 (34.38% from 255 or 63.04% from 138); Max value from RGB is 87 - color contains mainly: blue. Hex color #330057 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330057 is #CCFFA8. Grayscale: #181818. Windows color (decimal): -13434793 or 5701683. OLE color: 5701683.

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

Color convert

RGB51087-
CMYK0.41100.66
HSL275.17º100%17.06%-
HSV(B)275.17º100%34.12%-
XYZ3.091.399.12-
YUV25.17162.9146.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 87 (34.38% from 255) = 63.04%
R=36.96%
G=0%
B=63.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal510870.41100.66275.1710017.06
Hex3305729640421136411
Octal63012751144010242314421
Binary11001101010111101001110010001000010100010011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330057; }

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

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

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

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

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

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

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

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