#2E0155

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

Shades of Blackcurrant #2E0155

Tints of Blackcurrant #2E0155

Color information

#2E0155 (or 0x2E0155) is unknown color: approx Blackcurrant. HEX triplet: 2E, 01 and 55. RGB value is (46,1,85). Sum of RGB (Red+Green+Blue) = 46+1+85=132 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.85% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 85 (33.59% from 255 or 64.39% from 132); Max value from RGB is 85 - color contains mainly: blue. Hex color #2E0155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0155 is #D1FEAA. Grayscale: #171717. Windows color (decimal): -13762219 or 5570862. OLE color: 5570862.

HSL color Cylindrical-coordinate representation of color #2E0155: hue angle of 272.14º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E0155 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB46185-
CMYK0.460.9900.67
HSL272.14º97.67%16.86%-
HSV(B)272.14º98.82%33.33%-
XYZ2.781.268.69-
YUV24.03162.41143.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.85%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 85 (33.59% from 255) = 64.39%
R=34.85%
G=0.76%
B=64.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal461850.460.9900.67272.1497.6716.86
Hex2E1552E630431106211
Octal56112556143010342014221
Binary10111011010101101110110001101000011100010000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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