#330940

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

Shades of Blackcurrant #330940

Tints of Blackcurrant #330940

Color information

#330940 (or 0x330940) is unknown color: approx Blackcurrant. HEX triplet: 33, 09 and 40. RGB value is (51,9,64). Sum of RGB (Red+Green+Blue) = 51+9+64=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #330940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330940 is #CCF6BF. Grayscale: #1B1B1B. Windows color (decimal): -13432512 or 4196659. OLE color: 4196659.

HSL color Cylindrical-coordinate representation of color #330940: hue angle of 285.82º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #330940 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB51964-
CMYK0.200.8600.75
HSL285.82º75.34%14.31%-
HSV(B)285.82º85.94%25.1%-
XYZ2.391.274.97-
YUV27.83148.41144.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.13%
GREEN value IS 9 (3.91% from 255) = 7.26%
BLUE value IS 64 (25.39% from 255) = 51.61%
R=41.13%
G=7.26%
B=51.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal519640.200.8600.75285.8275.3414.31
Hex33940145604B11e4be
Octal631110024126011343611316
Binary110011100110000001010010101100100101110001111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330940; }

 p { color: rgb(51,9,64); }

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

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

 a { background-color: rgb(51,9,64); }

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

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

 span { border-color: rgb(51,9,64); }

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