#2E2831

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

Shades of Blackcurrant #2E2831

Tints of Blackcurrant #2E2831

Color information

#2E2831 (or 0x2E2831) is unknown color: approx Blackcurrant. HEX triplet: 2E, 28 and 31. RGB value is (46,40,49). Sum of RGB (Red+Green+Blue) = 46+40+49=135 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.07% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 49 - color contains mainly: blue. Hex color #2E2831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2831 is #D1D7CE. Grayscale: #2A2A2A. Windows color (decimal): -13752271 or 3221550. OLE color: 3221550.

HSL color Cylindrical-coordinate representation of color #2E2831: hue angle of 280º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2E2831 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB464049-
CMYK0.060.1800.81
HSL280º10.11%17.45%-
HSV(B)280º18.37%19.22%-
XYZ2.442.323.22-
YUV42.82131.49130.27-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.07%
GREEN value IS 40 (16.02% from 255) = 29.63%
BLUE value IS 49 (19.53% from 255) = 36.30%
R=34.07%
G=29.63%
B=36.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4640490.060.1800.8128010.1117.45
Hex2E2831612051118a11
Octal56506162201214301221
Binary1011101010001100011101001001010001100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,40,49); }

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

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

 a { background-color: rgb(46,40,49); }

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

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

 span { border-color: rgb(46,40,49); }

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