#2E0A52

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

Shades of Blackcurrant #2E0A52

Tints of Blackcurrant #2E0A52

Color information

#2E0A52 (or 0x2E0A52) is unknown color: approx Blackcurrant. HEX triplet: 2E, 0A and 52. RGB value is (46,10,82). Sum of RGB (Red+Green+Blue) = 46+10+82=138 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.33% from 138); Green value is 10 (4.30% from 255 or 7.25% from 138); Blue value is 82 (32.42% from 255 or 59.42% from 138); Max value from RGB is 82 - color contains mainly: blue. Hex color #2E0A52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0A52 is #D1F5AD. Grayscale: #1C1C1C. Windows color (decimal): -13759918 or 5376558. OLE color: 5376558.

HSL color Cylindrical-coordinate representation of color #2E0A52: hue angle of 270º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E0A52 is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB461082-
CMYK0.440.8800.68
HSL270º78.26%18.04%-
HSV(B)270º87.8%32.16%-
XYZ2.761.418.11-
YUV28.97157.93140.15-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 33.33%
GREEN value IS 10 (4.30% from 255) = 7.25%
BLUE value IS 82 (32.42% from 255) = 59.42%
R=33.33%
G=7.25%
B=59.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4610820.440.8800.6827078.2618.04
Hex2EA522C5804410e4e12
Octal561212254130010441611622
Binary10111010101010010101100101100001000100100001110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,10,82); }

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

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

 a { background-color: rgb(46,10,82); }

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

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

 span { border-color: rgb(46,10,82); }

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