#330157

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

Shades of Blackcurrant #330157

Tints of Blackcurrant #330157

Color information

#330157 (or 0x330157) is unknown color: approx Blackcurrant. HEX triplet: 33, 01 and 57. RGB value is (51,1,87). Sum of RGB (Red+Green+Blue) = 51+1+87=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 87 (34.38% from 255 or 62.59% from 139); Max value from RGB is 87 - color contains mainly: blue. Hex color #330157 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330157 is #CCFEA8. Grayscale: #191919. Windows color (decimal): -13434537 or 5701939. OLE color: 5701939.

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

Color convert

RGB51187-
CMYK0.410.9900.66
HSL274.88º97.73%17.25%-
HSV(B)274.88º98.85%34.12%-
XYZ3.11.419.13-
YUV25.75162.56146.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.69%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 87 (34.38% from 255) = 62.59%
R=36.69%
G=0.72%
B=62.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal511870.410.9900.66274.8897.7317.25
Hex3315729630421136211
Octal63112751143010242314221
Binary11001111010111101001110001101000010100010011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330157; }

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

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

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

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

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

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

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

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