#2E1938

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

Shades of Blackcurrant #2E1938

Tints of Blackcurrant #2E1938

Color information

#2E1938 (or 0x2E1938) is unknown color: approx Blackcurrant. HEX triplet: 2E, 19 and 38. RGB value is (46,25,56). Sum of RGB (Red+Green+Blue) = 46+25+56=127 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.22% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 56 - color contains mainly: blue. Hex color #2E1938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1938 is #D1E6C7. Grayscale: #222222. Windows color (decimal): -13756104 or 3676462. OLE color: 3676462.

HSL color Cylindrical-coordinate representation of color #2E1938: hue angle of 280.65º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E1938 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB462556-
CMYK0.180.5500.78
HSL280.65º38.27%15.88%-
HSV(B)280.65º55.36%21.96%-
XYZ2.191.563.93-
YUV34.81139.96135.98-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 36.22%
GREEN value IS 25 (10.16% from 255) = 19.69%
BLUE value IS 56 (22.27% from 255) = 44.09%
R=36.22%
G=19.69%
B=44.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4625560.180.5500.78280.6538.2715.88
Hex2E1938123704E1192610
Octal563170226701164314620
Binary10111011001111000100101101110100111010001100110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,25,56); }

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

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

 a { background-color: rgb(46,25,56); }

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

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

 span { border-color: rgb(46,25,56); }

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