#2A022F

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

Shades of Blackcurrant #2A022F

Tints of Blackcurrant #2A022F

Color information

#2A022F (or 0x2A022F) is unknown color: approx Blackcurrant. HEX triplet: 2A, 02 and 2F. RGB value is (42,2,47). Sum of RGB (Red+Green+Blue) = 42+2+47=91 (12% of max value = 765). Red value is 42 (16.80% from 255 or 46.15% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 47 (18.75% from 255 or 51.65% from 91); Max value from RGB is 47 - color contains mainly: blue. Hex color #2A022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A022F is #D5FDD0. Grayscale: #121212. Windows color (decimal): -14024145 or 3080746. OLE color: 3080746.

HSL color Cylindrical-coordinate representation of color #2A022F: hue angle of 293.33º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A022F is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB42247-
CMYK0.110.9600.82
HSL293.33º91.84%9.61%-
HSV(B)293.33º95.74%18.43%-
XYZ1.490.742.75-
YUV19.09143.75144.34-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 46.15%
GREEN value IS 2 (1.17% from 255) = 2.20%
BLUE value IS 47 (18.75% from 255) = 51.65%
R=46.15%
G=2.20%
B=51.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal422470.110.9600.82293.3391.849.61
Hex2A22FB600521255ca
Octal5225713140012244513412
Binary10101010101111101111000000101001010010010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A022F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,2,47); }

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

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

 a { background-color: rgb(42,2,47); }

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

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

 span { border-color: rgb(42,2,47); }

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