#330257

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

Shades of Blackcurrant #330257

Tints of Blackcurrant #330257

Color information

#330257 (or 0x330257) is unknown color: approx Blackcurrant. HEX triplet: 33, 02 and 57. RGB value is (51,2,87). Sum of RGB (Red+Green+Blue) = 51+2+87=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 87 (34.38% from 255 or 62.14% from 140); Max value from RGB is 87 - color contains mainly: blue. Hex color #330257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330257 is #CCFDA8. Grayscale: #1A1A1A. Windows color (decimal): -13434281 or 5702195. OLE color: 5702195.

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

Color convert

RGB51287-
CMYK0.410.9800.66
HSL274.59º95.51%17.45%-
HSV(B)274.59º97.7%34.12%-
XYZ3.111.449.13-
YUV26.34162.23145.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.43%
GREEN value IS 2 (1.17% from 255) = 1.43%
BLUE value IS 87 (34.38% from 255) = 62.14%
R=36.43%
G=1.43%
B=62.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal512870.410.9800.66274.5995.5117.45
Hex3325729620421136011
Octal63212751142010242314021
Binary110011101010111101001110001001000010100010011110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330257; }

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

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

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

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

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

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

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

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