#330350

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

Shades of Blackcurrant #330350

Tints of Blackcurrant #330350

Color information

#330350 (or 0x330350) is unknown color: approx Blackcurrant. HEX triplet: 33, 03 and 50. RGB value is (51,3,80). Sum of RGB (Red+Green+Blue) = 51+3+80=134 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.06% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 80 (31.64% from 255 or 59.70% from 134); Max value from RGB is 80 - color contains mainly: blue. Hex color #330350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330350 is #CCFCAF. Grayscale: #191919. Windows color (decimal): -13434032 or 5243699. OLE color: 5243699.

HSL color Cylindrical-coordinate representation of color #330350: hue angle of 277.4º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330350 is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB51380-
CMYK0.360.9600.69
HSL277.4º92.77%16.27%-
HSV(B)277.4º96.25%31.37%-
XYZ2.851.357.7-
YUV26.13158.4145.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.06%
GREEN value IS 3 (1.56% from 255) = 2.24%
BLUE value IS 80 (31.64% from 255) = 59.70%
R=38.06%
G=2.24%
B=59.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal513800.360.9600.69277.492.7716.27
Hex3335024600451155d10
Octal63312044140010542513520
Binary110011111010000100100110000001000101100010101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330350; }

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

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

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

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

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

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

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

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