#2E0153

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

Shades of Blackcurrant #2E0153

Tints of Blackcurrant #2E0153

Color information

#2E0153 (or 0x2E0153) is unknown color: approx Blackcurrant. HEX triplet: 2E, 01 and 53. RGB value is (46,1,83). Sum of RGB (Red+Green+Blue) = 46+1+83=130 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.38% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 83 (32.81% from 255 or 63.85% from 130); Max value from RGB is 83 - color contains mainly: blue. Hex color #2E0153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0153 is #D1FEAC. Grayscale: #171717. Windows color (decimal): -13762221 or 5439790. OLE color: 5439790.

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

Color convert

RGB46183-
CMYK0.450.9900.67
HSL272.93º97.62%16.47%-
HSV(B)272.93º98.8%32.55%-
XYZ2.71.238.28-
YUV23.8161.41143.83-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 35.38%
GREEN value IS 1 (0.78% from 255) = 0.77%
BLUE value IS 83 (32.81% from 255) = 63.85%
R=35.38%
G=0.77%
B=63.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal461830.450.9900.67272.9397.6216.47
Hex2E1532D630431116210
Octal56112355143010342114220
Binary10111011010011101101110001101000011100010001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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