#2E223A

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

Shades of Blackcurrant #2E223A

Tints of Blackcurrant #2E223A

Color information

#2E223A (or 0x2E223A) is unknown color: approx Blackcurrant. HEX triplet: 2E, 22 and 3A. RGB value is (46,34,58). Sum of RGB (Red+Green+Blue) = 46+34+58=138 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.33% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 58 - color contains mainly: blue. Hex color #2E223A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E223A is #D1DDC5. Grayscale: #282828. Windows color (decimal): -13753798 or 3809838. OLE color: 3809838.

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

Color convert

RGB463458-
CMYK0.210.4100.77
HSL270º26.09%18.04%-
HSV(B)270º41.38%22.75%-
XYZ2.462.034.27-
YUV40.32137.98132.05-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 33.33%
GREEN value IS 34 (13.67% from 255) = 24.64%
BLUE value IS 58 (23.05% from 255) = 42.03%
R=33.33%
G=24.64%
B=42.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4634580.210.4100.7727026.0918.04
Hex2E223A152904D10e1a12
Octal564272255101154163222
Binary10111010001011101010101101001010011011000011101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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