#2A014D

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

Shades of Blackcurrant #2A014D

Tints of Blackcurrant #2A014D

Color information

#2A014D (or 0x2A014D) is unknown color: approx Blackcurrant. HEX triplet: 2A, 01 and 4D. RGB value is (42,1,77). Sum of RGB (Red+Green+Blue) = 42+1+77=120 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #2A014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A014D is #D5FEB2. Grayscale: #151515. Windows color (decimal): -14024371 or 5046570. OLE color: 5046570.

HSL color Cylindrical-coordinate representation of color #2A014D: hue angle of 272.37º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A014D is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB42177-
CMYK0.450.9900.70
HSL272.37º97.44%15.29%-
HSV(B)272.37º98.7%30.2%-
XYZ2.311.057.1-
YUV21.92159.08142.32-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 35%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 77 (30.47% from 255) = 64.17%
R=35%
G=0.83%
B=64.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal421770.450.9900.70272.3797.4415.29
Hex2A14D2D6304611061f
Octal52111555143010642014117
Binary1010101100110110110111000110100011010001000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A014D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,1,77); }

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

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

 a { background-color: rgb(42,1,77); }

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

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

 span { border-color: rgb(42,1,77); }

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