#2E0B49

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

Shades of Blackcurrant #2E0B49

Tints of Blackcurrant #2E0B49

Color information

#2E0B49 (or 0x2E0B49) is unknown color: approx Blackcurrant. HEX triplet: 2E, 0B and 49. RGB value is (46,11,73). Sum of RGB (Red+Green+Blue) = 46+11+73=130 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.38% from 130); Green value is 11 (4.69% from 255 or 8.46% from 130); Blue value is 73 (28.91% from 255 or 56.15% from 130); Max value from RGB is 73 - color contains mainly: blue. Hex color #2E0B49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0B49 is #D1F4B6. Grayscale: #1C1C1C. Windows color (decimal): -13759671 or 4786990. OLE color: 4786990.

HSL color Cylindrical-coordinate representation of color #2E0B49: hue angle of 273.87º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E0B49 is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB461173-
CMYK0.370.8500.71
HSL273.87º73.81%16.47%-
HSV(B)273.87º84.93%28.63%-
XYZ2.451.36.43-
YUV28.53153.1140.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 35.38%
GREEN value IS 11 (4.69% from 255) = 8.46%
BLUE value IS 73 (28.91% from 255) = 56.15%
R=35.38%
G=8.46%
B=56.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4611730.370.8500.71273.8773.8116.47
Hex2EB4925550471124a10
Octal561311145125010742211220
Binary10111010111001001100101101010101000111100010010100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,11,73); }

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

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

 a { background-color: rgb(46,11,73); }

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

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

 span { border-color: rgb(46,11,73); }

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