#2E0A53

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

Shades of Blackcurrant #2E0A53

Tints of Blackcurrant #2E0A53

Color information

#2E0A53 (or 0x2E0A53) is unknown color: approx Blackcurrant. HEX triplet: 2E, 0A and 53. RGB value is (46,10,83). Sum of RGB (Red+Green+Blue) = 46+10+83=139 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.09% from 139); Green value is 10 (4.30% from 255 or 7.19% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #2E0A53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0A53 is #D1F5AC. Grayscale: #1C1C1C. Windows color (decimal): -13759917 or 5442094. OLE color: 5442094.

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

Color convert

RGB461083-
CMYK0.450.8800.67
HSL269.59º78.49%18.24%-
HSV(B)269.59º87.95%32.55%-
XYZ2.81.428.31-
YUV29.09158.43140.06-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 33.09%
GREEN value IS 10 (4.30% from 255) = 7.19%
BLUE value IS 83 (32.81% from 255) = 59.71%
R=33.09%
G=7.19%
B=59.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4610830.450.8800.67269.5978.4918.24
Hex2EA532D5804310e4e12
Octal561212355130010341611622
Binary10111010101010011101101101100001000011100001110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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