#2E2D2F

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

Shades of Blackcurrant #2E2D2F

Tints of Blackcurrant #2E2D2F

Color information

#2E2D2F (or 0x2E2D2F) is unknown color: approx Blackcurrant. HEX triplet: 2E, 2D and 2F. RGB value is (46,45,47). Sum of RGB (Red+Green+Blue) = 46+45+47=138 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.33% from 138); Green value is 45 (17.97% from 255 or 32.61% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 47 - color contains mainly: blue. Hex color #2E2D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2D2F is #D1D2D0. Grayscale: #2D2D2D. Windows color (decimal): -13750993 or 3091758. OLE color: 3091758.

HSL color Cylindrical-coordinate representation of color #2E2D2F: hue angle of 270º degrees, saturation: 0.02, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #2E2D2F is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB464547-
CMYK0.020.0400.82
HSL270º2.17%18.04%-
HSV(B)270º4.26%18.43%-
XYZ2.582.663.07-
YUV45.53128.83128.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 33.33%
GREEN value IS 45 (17.97% from 255) = 32.61%
BLUE value IS 47 (18.75% from 255) = 34.06%
R=33.33%
G=32.61%
B=34.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4645470.020.0400.822702.1718.04
Hex2E2D2F2405210e212
Octal565557240122416222
Binary10111010110110111110100010100101000011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,45,47); }

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

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

 a { background-color: rgb(46,45,47); }

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

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

 span { border-color: rgb(46,45,47); }

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