#2E1442

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

Shades of Blackcurrant #2E1442

Tints of Blackcurrant #2E1442

Color information

#2E1442 (or 0x2E1442) is unknown color: approx Blackcurrant. HEX triplet: 2E, 14 and 42. RGB value is (46,20,66). Sum of RGB (Red+Green+Blue) = 46+20+66=132 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.85% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 66 (26.17% from 255 or 50% from 132); Max value from RGB is 66 - color contains mainly: blue. Hex color #2E1442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1442 is #D1EBBD. Grayscale: #202020. Windows color (decimal): -13757374 or 4330542. OLE color: 4330542.

HSL color Cylindrical-coordinate representation of color #2E1442: hue angle of 273.91º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E1442 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB462066-
CMYK0.300.7000.74
HSL273.91º53.49%16.86%-
HSV(B)273.91º69.7%25.88%-
XYZ2.361.475.31-
YUV33.02146.61137.26-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.85%
GREEN value IS 20 (8.20% from 255) = 15.15%
BLUE value IS 66 (26.17% from 255) = 50%
R=34.85%
G=15.15%
B=50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4620660.300.7000.74273.9153.4916.86
Hex2E14421E4604A1123511
Octal56241023610601124226521
Binary1011101010010000101111010001100100101010001001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,20,66); }

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

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

 a { background-color: rgb(46,20,66); }

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

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

 span { border-color: rgb(46,20,66); }

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