#2E1537

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

Shades of Blackcurrant #2E1537

Tints of Blackcurrant #2E1537

Color information

#2E1537 (or 0x2E1537) is unknown color: approx Blackcurrant. HEX triplet: 2E, 15 and 37. RGB value is (46,21,55). Sum of RGB (Red+Green+Blue) = 46+21+55=122 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.70% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 55 (21.88% from 255 or 45.08% from 122); Max value from RGB is 55 - color contains mainly: blue. Hex color #2E1537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1537 is #D1EAC8. Grayscale: #202020. Windows color (decimal): -13757129 or 3609902. OLE color: 3609902.

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

Color convert

RGB462155-
CMYK0.160.6200.78
HSL284.12º44.74%14.9%-
HSV(B)284.12º61.82%21.57%-
XYZ2.081.393.77-
YUV32.35140.78137.74-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 37.70%
GREEN value IS 21 (8.59% from 255) = 17.21%
BLUE value IS 55 (21.88% from 255) = 45.08%
R=37.70%
G=17.21%
B=45.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4621550.160.6200.78284.1244.7414.9
Hex2E1537103E04E11c2df
Octal562567207601164345517
Binary1011101010111011110000111110010011101000111001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,21,55); }

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

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

 a { background-color: rgb(46,21,55); }

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

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

 span { border-color: rgb(46,21,55); }

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