#2E1B38

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

Shades of Blackcurrant #2E1B38

Tints of Blackcurrant #2E1B38

Color information

#2E1B38 (or 0x2E1B38) is unknown color: approx Blackcurrant. HEX triplet: 2E, 1B and 38. RGB value is (46,27,56). Sum of RGB (Red+Green+Blue) = 46+27+56=129 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.66% from 129); Green value is 27 (10.94% from 255 or 20.93% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 56 - color contains mainly: blue. Hex color #2E1B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1B38 is #D1E4C7. Grayscale: #232323. Windows color (decimal): -13755592 or 3676974. OLE color: 3676974.

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

Color convert

RGB462756-
CMYK0.180.5200.78
HSL279.31º34.94%16.27%-
HSV(B)279.31º51.79%21.96%-
XYZ2.231.653.94-
YUV35.99139.29135.14-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 35.66%
GREEN value IS 27 (10.94% from 255) = 20.93%
BLUE value IS 56 (22.27% from 255) = 43.41%
R=35.66%
G=20.93%
B=43.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4627560.180.5200.78279.3134.9416.27
Hex2E1B38123404E1172310
Octal563370226401164274320
Binary10111011011111000100101101000100111010001011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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