#2E1243

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

Shades of Blackcurrant #2E1243

Tints of Blackcurrant #2E1243

Color information

#2E1243 (or 0x2E1243) is unknown color: approx Blackcurrant. HEX triplet: 2E, 12 and 43. RGB value is (46,18,67). Sum of RGB (Red+Green+Blue) = 46+18+67=131 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.11% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 67 (26.56% from 255 or 51.15% from 131); Max value from RGB is 67 - color contains mainly: blue. Hex color #2E1243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1243 is #D1EDBC. Grayscale: #1F1F1F. Windows color (decimal): -13757885 or 4395566. OLE color: 4395566.

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

Color convert

RGB461867-
CMYK0.310.7300.74
HSL274.29º57.65%16.67%-
HSV(B)274.29º73.13%26.27%-
XYZ2.361.425.46-
YUV31.96147.78138.02-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 35.11%
GREEN value IS 18 (7.42% from 255) = 13.74%
BLUE value IS 67 (26.56% from 255) = 51.15%
R=35.11%
G=13.74%
B=51.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4618670.310.7300.74274.2957.6516.67
Hex2E12431F4904A1123a11
Octal56221033711101124227221
Binary1011101001010000111111110010010100101010001001011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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