#330357

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

Shades of Blackcurrant #330357

Tints of Blackcurrant #330357

Color information

#330357 (or 0x330357) is unknown color: approx Blackcurrant. HEX triplet: 33, 03 and 57. RGB value is (51,3,87). Sum of RGB (Red+Green+Blue) = 51+3+87=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 87 (34.38% from 255 or 61.70% from 141); Max value from RGB is 87 - color contains mainly: blue. Hex color #330357 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330357 is #CCFCA8. Grayscale: #1A1A1A. Windows color (decimal): -13434025 or 5702451. OLE color: 5702451.

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

Color convert

RGB51387-
CMYK0.410.9700.66
HSL274.29º93.33%17.65%-
HSV(B)274.29º96.55%34.12%-
XYZ3.121.469.13-
YUV26.93161.9145.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.17%
GREEN value IS 3 (1.56% from 255) = 2.13%
BLUE value IS 87 (34.38% from 255) = 61.70%
R=36.17%
G=2.13%
B=61.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal513870.410.9700.66274.2993.3317.65
Hex3335729610421125d12
Octal63312751141010242213522
Binary110011111010111101001110000101000010100010010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330357; }

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

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

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

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

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

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

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

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