#2E183D

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

Shades of Blackcurrant #2E183D

Tints of Blackcurrant #2E183D

Color information

#2E183D (or 0x2E183D) is unknown color: approx Blackcurrant. HEX triplet: 2E, 18 and 3D. RGB value is (46,24,61). Sum of RGB (Red+Green+Blue) = 46+24+61=131 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.11% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 61 - color contains mainly: blue. Hex color #2E183D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E183D is #D1E7C2. Grayscale: #222222. Windows color (decimal): -13756355 or 4003886. OLE color: 4003886.

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

Color convert

RGB462461-
CMYK0.250.6100.76
HSL275.68º43.53%16.67%-
HSV(B)275.68º60.66%23.92%-
XYZ2.31.574.6-
YUV34.8142.79135.99-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 35.11%
GREEN value IS 24 (9.77% from 255) = 18.32%
BLUE value IS 61 (24.22% from 255) = 46.56%
R=35.11%
G=18.32%
B=46.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4624610.250.6100.76275.6843.5316.67
Hex2E183D193D04C1142c11
Octal563075317501144245421
Binary10111011000111101110011111010100110010001010010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E183D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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