#2E014A

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

Shades of Blackcurrant #2E014A

Tints of Blackcurrant #2E014A

Color information

#2E014A (or 0x2E014A) is unknown color: approx Blackcurrant. HEX triplet: 2E, 01 and 4A. RGB value is (46,1,74). Sum of RGB (Red+Green+Blue) = 46+1+74=121 (16% of max value = 765). Red value is 46 (18.36% from 255 or 38.02% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 74 (29.30% from 255 or 61.16% from 121); Max value from RGB is 74 - color contains mainly: blue. Hex color #2E014A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E014A is #D1FEB5. Grayscale: #161616. Windows color (decimal): -13762230 or 4849966. OLE color: 4849966.

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

Color convert

RGB46174-
CMYK0.380.9900.71
HSL276.99º97.33%14.71%-
HSV(B)276.99º98.65%29.02%-
XYZ2.371.16.57-
YUV22.78156.91144.56-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 38.02%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 74 (29.30% from 255) = 61.16%
R=38.02%
G=0.83%
B=61.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal461740.380.9900.71276.9997.3314.71
Hex2E14A266304711561f
Octal56111246143010742514117
Binary1011101100101010011011000110100011110001010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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