#2E124C

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

Shades of Blackcurrant #2E124C

Tints of Blackcurrant #2E124C

Color information

#2E124C (or 0x2E124C) is unknown color: approx Blackcurrant. HEX triplet: 2E, 12 and 4C. RGB value is (46,18,76). Sum of RGB (Red+Green+Blue) = 46+18+76=140 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.86% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 76 (30.08% from 255 or 54.29% from 140); Max value from RGB is 76 - color contains mainly: blue. Hex color #2E124C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E124C is #D1EDB3. Grayscale: #202020. Windows color (decimal): -13757876 or 4985390. OLE color: 4985390.

HSL color Cylindrical-coordinate representation of color #2E124C: hue angle of 268.97º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E124C is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB461876-
CMYK0.390.7600.70
HSL268.97º61.7%18.43%-
HSV(B)268.97º76.32%29.8%-
XYZ2.651.546.99-
YUV32.98152.28137.28-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 32.86%
GREEN value IS 18 (7.42% from 255) = 12.86%
BLUE value IS 76 (30.08% from 255) = 54.29%
R=32.86%
G=12.86%
B=54.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4618760.390.7600.70268.9761.718.43
Hex2E124C274C04610d3e12
Octal56221144711401064157622
Binary10111010010100110010011110011000100011010000110111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E124C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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