#2E0241

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

Shades of Blackcurrant #2E0241

Tints of Blackcurrant #2E0241

Color information

#2E0241 (or 0x2E0241) is unknown color: approx Blackcurrant. HEX triplet: 2E, 02 and 41. RGB value is (46,2,65). Sum of RGB (Red+Green+Blue) = 46+2+65=113 (14% of max value = 765). Red value is 46 (18.36% from 255 or 40.71% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 65 (25.78% from 255 or 57.52% from 113); Max value from RGB is 65 - color contains mainly: blue. Hex color #2E0241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0241 is #D1FDBE. Grayscale: #161616. Windows color (decimal): -13761983 or 4260398. OLE color: 4260398.

HSL color Cylindrical-coordinate representation of color #2E0241: hue angle of 281.9º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E0241 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB46265-
CMYK0.290.9700.75
HSL281.9º94.03%13.14%-
HSV(B)281.9º96.92%25.49%-
XYZ2.11.015.08-
YUV22.34152.08144.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 40.71%
GREEN value IS 2 (1.17% from 255) = 1.77%
BLUE value IS 65 (25.78% from 255) = 57.52%
R=40.71%
G=1.77%
B=57.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal462650.290.9700.75281.994.0313.14
Hex2E2411D6104B11a5ed
Octal56210135141011343213615
Binary1011101010000011110111000010100101110001101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,2,65); }

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

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

 a { background-color: rgb(46,2,65); }

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

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

 span { border-color: rgb(46,2,65); }

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