#2E023A

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

Shades of Blackcurrant #2E023A

Tints of Blackcurrant #2E023A

Color information

#2E023A (or 0x2E023A) is unknown color: approx Blackcurrant. HEX triplet: 2E, 02 and 3A. RGB value is (46,2,58). Sum of RGB (Red+Green+Blue) = 46+2+58=106 (14% of max value = 765). Red value is 46 (18.36% from 255 or 43.40% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 58 (23.05% from 255 or 54.72% from 106); Max value from RGB is 58 - color contains mainly: blue. Hex color #2E023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E023A is #D1FDC5. Grayscale: #151515. Windows color (decimal): -13761990 or 3801646. OLE color: 3801646.

HSL color Cylindrical-coordinate representation of color #2E023A: hue angle of 287.14º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E023A is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB46258-
CMYK0.210.9700.77
HSL287.14º93.33%11.76%-
HSV(B)287.14º96.55%22.75%-
XYZ1.910.934.08-
YUV21.54148.58145.45-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 43.40%
GREEN value IS 2 (1.17% from 255) = 1.89%
BLUE value IS 58 (23.05% from 255) = 54.72%
R=43.40%
G=1.89%
B=54.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal462580.210.9700.77287.1493.3311.76
Hex2E23A156104D11f5dc
Octal5627225141011543713514
Binary101110101110101010111000010100110110001111110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,2,58); }

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

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

 a { background-color: rgb(46,2,58); }

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

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

 span { border-color: rgb(46,2,58); }

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