#2E173D

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

Shades of Blackcurrant #2E173D

Tints of Blackcurrant #2E173D

Color information

#2E173D (or 0x2E173D) is unknown color: approx Blackcurrant. HEX triplet: 2E, 17 and 3D. RGB value is (46,23,61). Sum of RGB (Red+Green+Blue) = 46+23+61=130 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.38% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 61 - color contains mainly: blue. Hex color #2E173D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E173D is #D1E8C2. Grayscale: #222222. Windows color (decimal): -13756611 or 4003630. OLE color: 4003630.

HSL color Cylindrical-coordinate representation of color #2E173D: hue angle of 276.32º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E173D is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB462361-
CMYK0.250.6200.76
HSL276.32º45.24%16.47%-
HSV(B)276.32º62.3%23.92%-
XYZ2.281.534.59-
YUV34.21143.12136.41-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 35.38%
GREEN value IS 23 (9.38% from 255) = 17.69%
BLUE value IS 61 (24.22% from 255) = 46.92%
R=35.38%
G=17.69%
B=46.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4623610.250.6200.76276.3245.2416.47
Hex2E173D193E04C1142d10
Octal562775317601144245520
Binary10111010111111101110011111100100110010001010010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E173D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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