#330356

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

Shades of Blackcurrant #330356

Tints of Blackcurrant #330356

Color information

#330356 (or 0x330356) is unknown color: approx Blackcurrant. HEX triplet: 33, 03 and 56. RGB value is (51,3,86). Sum of RGB (Red+Green+Blue) = 51+3+86=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 86 (33.98% from 255 or 61.43% from 140); Max value from RGB is 86 - color contains mainly: blue. Hex color #330356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330356 is #CCFCA9. Grayscale: #1A1A1A. Windows color (decimal): -13434026 or 5636915. OLE color: 5636915.

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

Color convert

RGB51386-
CMYK0.410.9700.66
HSL274.7º93.26%17.45%-
HSV(B)274.7º96.51%33.73%-
XYZ3.081.448.92-
YUV26.81161.4145.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.43%
GREEN value IS 3 (1.56% from 255) = 2.14%
BLUE value IS 86 (33.98% from 255) = 61.43%
R=36.43%
G=2.14%
B=61.43%

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
Decimal513860.410.9700.66274.793.2617.45
Hex3335629610421135d11
Octal63312651141010242313521
Binary110011111010110101001110000101000010100010011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330356; }

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

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

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

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

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

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

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

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