#330140

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

Shades of Blackcurrant #330140

Tints of Blackcurrant #330140

Color information

#330140 (or 0x330140) is unknown color: approx Blackcurrant. HEX triplet: 33, 01 and 40. RGB value is (51,1,64). Sum of RGB (Red+Green+Blue) = 51+1+64=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 64 (25.39% from 255 or 55.17% from 116); Max value from RGB is 64 - color contains mainly: blue. Hex color #330140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330140 is #CCFEBF. Grayscale: #161616. Windows color (decimal): -13434560 or 4194611. OLE color: 4194611.

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

Color convert

RGB51164-
CMYK0.200.9800.75
HSL287.62º96.92%12.75%-
HSV(B)287.62º98.44%25.1%-
XYZ2.31.14.94-
YUV23.13151.06147.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.97%
GREEN value IS 1 (0.78% from 255) = 0.86%
BLUE value IS 64 (25.39% from 255) = 55.17%
R=43.97%
G=0.86%
B=55.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal511640.200.9800.75287.6296.9212.75
Hex33140146204B12061d
Octal63110024142011344014115
Binary110011110000001010011000100100101110010000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330140; }

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

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

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

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

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

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

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

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