#2A1639

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

Shades of Blackcurrant #2A1639

Tints of Blackcurrant #2A1639

Color information

#2A1639 (or 0x2A1639) is unknown color: approx Blackcurrant. HEX triplet: 2A, 16 and 39. RGB value is (42,22,57). Sum of RGB (Red+Green+Blue) = 42+22+57=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 57 (22.66% from 255 or 47.11% from 121); Max value from RGB is 57 - color contains mainly: blue. Hex color #2A1639 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1639 is #D5E9C6. Grayscale: #1F1F1F. Windows color (decimal): -14019015 or 3741226. OLE color: 3741226.

HSL color Cylindrical-coordinate representation of color #2A1639: hue angle of 274.29º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A1639 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB422257-
CMYK0.260.6100.78
HSL274.29º44.3%15.49%-
HSV(B)274.29º61.4%22.35%-
XYZ1.981.364.03-
YUV31.97142.13135.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 34.71%
GREEN value IS 22 (8.98% from 255) = 18.18%
BLUE value IS 57 (22.66% from 255) = 47.11%
R=34.71%
G=18.18%
B=47.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4222570.260.6100.78274.2944.315.49
Hex2A16391A3D04E1122cf
Octal522671327501164225417
Binary1010101011011100111010111101010011101000100101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,22,57); }

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

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

 a { background-color: rgb(42,22,57); }

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

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

 span { border-color: rgb(42,22,57); }

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