#2F0250

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

Shades of Blackcurrant #2F0250

Tints of Blackcurrant #2F0250

Color information

#2F0250 (or 0x2F0250) is unknown color: approx Blackcurrant. HEX triplet: 2F, 02 and 50. RGB value is (47,2,80). Sum of RGB (Red+Green+Blue) = 47+2+80=129 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.43% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 80 (31.64% from 255 or 62.02% from 129); Max value from RGB is 80 - color contains mainly: blue. Hex color #2F0250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0250 is #D0FDAF. Grayscale: #181818. Windows color (decimal): -13696432 or 5243439. OLE color: 5243439.

HSL color Cylindrical-coordinate representation of color #2F0250: hue angle of 274.62º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F0250 is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB47280-
CMYK0.410.9800.69
HSL274.62º95.12%16.08%-
HSV(B)274.62º97.5%31.37%-
XYZ2.641.237.69-
YUV24.35159.41144.16-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 36.43%
GREEN value IS 2 (1.17% from 255) = 1.55%
BLUE value IS 80 (31.64% from 255) = 62.02%
R=36.43%
G=1.55%
B=62.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal472800.410.9800.69274.6295.1216.08
Hex2F25029620451135f10
Octal57212051142010542313720
Binary101111101010000101001110001001000101100010011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F0250; }

 p { color: rgb(47,2,80); }

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

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

 a { background-color: rgb(47,2,80); }

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

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

 span { border-color: rgb(47,2,80); }

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