#2E1943

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

Shades of Blackcurrant #2E1943

Tints of Blackcurrant #2E1943

Color information

#2E1943 (or 0x2E1943) is unknown color: approx Blackcurrant. HEX triplet: 2E, 19 and 43. RGB value is (46,25,67). Sum of RGB (Red+Green+Blue) = 46+25+67=138 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.33% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 67 (26.56% from 255 or 48.55% from 138); Max value from RGB is 67 - color contains mainly: blue. Hex color #2E1943 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1943 is #D1E6BC. Grayscale: #232323. Windows color (decimal): -13756093 or 4397358. OLE color: 4397358.

HSL color Cylindrical-coordinate representation of color #2E1943: hue angle of 270º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E1943 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB462567-
CMYK0.310.6300.74
HSL270º45.65%18.04%-
HSV(B)270º62.69%26.27%-
XYZ2.491.685.5-
YUV36.07145.46135.08-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 33.33%
GREEN value IS 25 (10.16% from 255) = 18.12%
BLUE value IS 67 (26.56% from 255) = 48.55%
R=33.33%
G=18.12%
B=48.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4625670.310.6300.7427045.6518.04
Hex2E19431F3F04A10e2e12
Octal5631103377701124165622
Binary101110110011000011111111111110100101010000111010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,25,67); }

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

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

 a { background-color: rgb(46,25,67); }

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

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

 span { border-color: rgb(46,25,67); }

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