#330340

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

Shades of Blackcurrant #330340

Tints of Blackcurrant #330340

Color information

#330340 (or 0x330340) is unknown color: approx Blackcurrant. HEX triplet: 33, 03 and 40. RGB value is (51,3,64). Sum of RGB (Red+Green+Blue) = 51+3+64=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 64 (25.39% from 255 or 54.24% from 118); Max value from RGB is 64 - color contains mainly: blue. Hex color #330340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330340 is #CCFCBF. Grayscale: #181818. Windows color (decimal): -13434048 or 4195123. OLE color: 4195123.

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

Color convert

RGB51364-
CMYK0.200.9500.75
HSL287.21º91.04%13.14%-
HSV(B)287.21º95.31%25.1%-
XYZ2.321.144.95-
YUV24.31150.4147.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.22%
GREEN value IS 3 (1.56% from 255) = 2.54%
BLUE value IS 64 (25.39% from 255) = 54.24%
R=43.22%
G=2.54%
B=54.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal513640.200.9500.75287.2191.0413.14
Hex33340145F04B11f5bd
Octal63310024137011343713315
Binary1100111110000001010010111110100101110001111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330340; }

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

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

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

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

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

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

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

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