#2E0137

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

Shades of Blackcurrant #2E0137

Tints of Blackcurrant #2E0137

Color information

#2E0137 (or 0x2E0137) is unknown color: approx Blackcurrant. HEX triplet: 2E, 01 and 37. RGB value is (46,1,55). Sum of RGB (Red+Green+Blue) = 46+1+55=102 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.10% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 55 (21.88% from 255 or 53.92% from 102); Max value from RGB is 55 - color contains mainly: blue. Hex color #2E0137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0137 is #D1FEC8. Grayscale: #141414. Windows color (decimal): -13762249 or 3604782. OLE color: 3604782.

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

Color convert

RGB46155-
CMYK0.160.9800.78
HSL290º96.43%10.98%-
HSV(B)290º98.18%21.57%-
XYZ1.830.883.69-
YUV20.61147.41146.11-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 45.10%
GREEN value IS 1 (0.78% from 255) = 0.98%
BLUE value IS 55 (21.88% from 255) = 53.92%
R=45.10%
G=0.98%
B=53.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal461550.160.9800.7829096.4310.98
Hex2E137106204E12260b
Octal5616720142011644214013
Binary10111011101111000011000100100111010010001011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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