#2E0450

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

Shades of Blackcurrant #2E0450

Tints of Blackcurrant #2E0450

Color information

#2E0450 (or 0x2E0450) is unknown color: approx Blackcurrant. HEX triplet: 2E, 04 and 50. RGB value is (46,4,80). Sum of RGB (Red+Green+Blue) = 46+4+80=130 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.38% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 80 (31.64% from 255 or 61.54% from 130); Max value from RGB is 80 - color contains mainly: blue. Hex color #2E0450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0450 is #D1FBAF. Grayscale: #181818. Windows color (decimal): -13761456 or 5243950. OLE color: 5243950.

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

Color convert

RGB46480-
CMYK0.420.9500.69
HSL273.16º90.48%16.47%-
HSV(B)273.16º95%31.37%-
XYZ2.621.257.69-
YUV25.22158.91142.82-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 35.38%
GREEN value IS 4 (1.95% from 255) = 3.08%
BLUE value IS 80 (31.64% from 255) = 61.54%
R=35.38%
G=3.08%
B=61.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal464800.420.9500.69273.1690.4816.47
Hex2E4502A5F0451115a10
Octal56412052137010542113220
Binary1011101001010000101010101111101000101100010001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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