#2E0150

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

Shades of Blackcurrant #2E0150

Tints of Blackcurrant #2E0150

Color information

#2E0150 (or 0x2E0150) is unknown color: approx Blackcurrant. HEX triplet: 2E, 01 and 50. RGB value is (46,1,80). Sum of RGB (Red+Green+Blue) = 46+1+80=127 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.22% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 80 (31.64% from 255 or 62.99% from 127); Max value from RGB is 80 - color contains mainly: blue. Hex color #2E0150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0150 is #D1FEAF. Grayscale: #171717. Windows color (decimal): -13762224 or 5243182. OLE color: 5243182.

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

Color convert

RGB46180-
CMYK0.420.9900.69
HSL274.18º97.53%15.88%-
HSV(B)274.18º98.75%31.37%-
XYZ2.591.187.68-
YUV23.46159.91144.08-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 36.22%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 80 (31.64% from 255) = 62.99%
R=36.22%
G=0.79%
B=62.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal461800.420.9900.69274.1897.5315.88
Hex2E1502A630451126210
Octal56112052143010542214220
Binary10111011010000101010110001101000101100010010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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