#2E013A

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

Shades of Blackcurrant #2E013A

Tints of Blackcurrant #2E013A

Color information

#2E013A (or 0x2E013A) is unknown color: approx Blackcurrant. HEX triplet: 2E, 01 and 3A. RGB value is (46,1,58). Sum of RGB (Red+Green+Blue) = 46+1+58=105 (13% of max value = 765). Red value is 46 (18.36% from 255 or 43.81% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 58 (23.05% from 255 or 55.24% from 105); Max value from RGB is 58 - color contains mainly: blue. Hex color #2E013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E013A is #D1FEC5. Grayscale: #141414. Windows color (decimal): -13762246 or 3801390. OLE color: 3801390.

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

Color convert

RGB46158-
CMYK0.210.9800.77
HSL287.37º96.61%11.57%-
HSV(B)287.37º98.28%22.75%-
XYZ1.90.914.08-
YUV20.95148.91145.87-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 43.81%
GREEN value IS 1 (0.78% from 255) = 0.95%
BLUE value IS 58 (23.05% from 255) = 55.24%
R=43.81%
G=0.95%
B=55.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal461580.210.9800.77287.3796.6111.57
Hex2E13A156204D11f61c
Octal5617225142011543714114
Binary10111011110101010111000100100110110001111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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