#2A0E40

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

Shades of Blackcurrant #2A0E40

Tints of Blackcurrant #2A0E40

Color information

#2A0E40 (or 0x2A0E40) is unknown color: approx Blackcurrant. HEX triplet: 2A, 0E and 40. RGB value is (42,14,64). Sum of RGB (Red+Green+Blue) = 42+14+64=120 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35% from 120); Green value is 14 (5.86% from 255 or 11.67% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #2A0E40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0E40 is #D5F1BF. Grayscale: #1B1B1B. Windows color (decimal): -14021056 or 4197930. OLE color: 4197930.

HSL color Cylindrical-coordinate representation of color #2A0E40: hue angle of 273.6º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A0E40 is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB421464-
CMYK0.340.7800.75
HSL273.6º64.1%15.29%-
HSV(B)273.6º78.12%25.1%-
XYZ2.041.184.97-
YUV28.07148.28137.93-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 35%
GREEN value IS 14 (5.86% from 255) = 11.67%
BLUE value IS 64 (25.39% from 255) = 53.33%
R=35%
G=11.67%
B=53.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4214640.340.7800.75273.664.115.29
Hex2AE40224E04B11240f
Octal521610042116011342210017
Binary1010101110100000010001010011100100101110001001010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,14,64); }

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

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

 a { background-color: rgb(42,14,64); }

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

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

 span { border-color: rgb(42,14,64); }

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