#2E1344

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

Shades of Blackcurrant #2E1344

Tints of Blackcurrant #2E1344

Color information

#2E1344 (or 0x2E1344) is unknown color: approx Blackcurrant. HEX triplet: 2E, 13 and 44. RGB value is (46,19,68). Sum of RGB (Red+Green+Blue) = 46+19+68=133 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.59% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 68 (26.95% from 255 or 51.13% from 133); Max value from RGB is 68 - color contains mainly: blue. Hex color #2E1344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1344 is #D1ECBB. Grayscale: #202020. Windows color (decimal): -13757628 or 4461358. OLE color: 4461358.

HSL color Cylindrical-coordinate representation of color #2E1344: hue angle of 273.06º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E1344 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB461968-
CMYK0.320.7200.73
HSL273.06º56.32%17.06%-
HSV(B)273.06º72.06%26.67%-
XYZ2.41.465.62-
YUV32.66147.95137.52-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.59%
GREEN value IS 19 (7.81% from 255) = 14.29%
BLUE value IS 68 (26.95% from 255) = 51.13%
R=34.59%
G=14.29%
B=51.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4619680.320.7200.73273.0656.3217.06
Hex2E134420480491113811
Octal56231044011001114217021
Binary10111010011100010010000010010000100100110001000111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,19,68); }

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

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

 a { background-color: rgb(46,19,68); }

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

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

 span { border-color: rgb(46,19,68); }

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