#2E014E

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

Shades of Blackcurrant #2E014E

Tints of Blackcurrant #2E014E

Color information

#2E014E (or 0x2E014E) is unknown color: approx Blackcurrant. HEX triplet: 2E, 01 and 4E. RGB value is (46,1,78). Sum of RGB (Red+Green+Blue) = 46+1+78=125 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.8% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 78 (30.86% from 255 or 62.4% from 125); Max value from RGB is 78 - color contains mainly: blue. Hex color #2E014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E014E is #D1FEB1. Grayscale: #161616. Windows color (decimal): -13762226 or 5112110. OLE color: 5112110.

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

Color convert

RGB46178-
CMYK0.410.9900.69
HSL275.06º97.47%15.49%-
HSV(B)275.06º98.72%30.59%-
XYZ2.511.157.3-
YUV23.23158.91144.24-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 36.8%
GREEN value IS 1 (0.78% from 255) = 0.8%
BLUE value IS 78 (30.86% from 255) = 62.4%
R=36.8%
G=0.8%
B=62.4%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal461780.410.9900.69275.0697.4715.49
Hex2E14E296304511361f
Octal56111651143010542314117
Binary1011101100111010100111000110100010110001001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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