#2E0250

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

Shades of Blackcurrant #2E0250

Tints of Blackcurrant #2E0250

Color information

#2E0250 (or 0x2E0250) is unknown color: approx Blackcurrant. HEX triplet: 2E, 02 and 50. RGB value is (46,2,80). Sum of RGB (Red+Green+Blue) = 46+2+80=128 (16% of max value = 765). Red value is 46 (18.36% from 255 or 35.94% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 80 (31.64% from 255 or 62.5% from 128); Max value from RGB is 80 - color contains mainly: blue. Hex color #2E0250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0250 is #D1FDAF. Grayscale: #171717. Windows color (decimal): -13761968 or 5243438. OLE color: 5243438.

HSL color Cylindrical-coordinate representation of color #2E0250: hue angle of 273.85º 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 #2E0250 is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB46280-
CMYK0.420.9800.69
HSL273.85º95.12%16.08%-
HSV(B)273.85º97.5%31.37%-
XYZ2.61.27.68-
YUV24.05159.58143.66-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 35.94%
GREEN value IS 2 (1.17% from 255) = 1.56%
BLUE value IS 80 (31.64% from 255) = 62.5%
R=35.94%
G=1.56%
B=62.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal462800.420.9800.69273.8595.1216.08
Hex2E2502A620451125f10
Octal56212052142010542213720
Binary101110101010000101010110001001000101100010010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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