#2E173A

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

Shades of Blackcurrant #2E173A

Tints of Blackcurrant #2E173A

Color information

#2E173A (or 0x2E173A) is unknown color: approx Blackcurrant. HEX triplet: 2E, 17 and 3A. RGB value is (46,23,58). Sum of RGB (Red+Green+Blue) = 46+23+58=127 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.22% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 58 - color contains mainly: blue. Hex color #2E173A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E173A is #D1E8C5. Grayscale: #212121. Windows color (decimal): -13756614 or 3807022. OLE color: 3807022.

HSL color Cylindrical-coordinate representation of color #2E173A: hue angle of 279.43º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E173A is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB462358-
CMYK0.210.6000.77
HSL279.43º43.21%15.88%-
HSV(B)279.43º60.34%22.75%-
XYZ2.21.54.18-
YUV33.87141.62136.65-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 36.22%
GREEN value IS 23 (9.38% from 255) = 18.11%
BLUE value IS 58 (23.05% from 255) = 45.67%
R=36.22%
G=18.11%
B=45.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4623580.210.6000.77279.4343.2115.88
Hex2E173A153C04D1172b10
Octal562772257401154275320
Binary10111010111111010101011111000100110110001011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E173A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,23,58); }

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

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

 a { background-color: rgb(46,23,58); }

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

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

 span { border-color: rgb(46,23,58); }

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