#2A123A

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

Shades of Blackcurrant #2A123A

Tints of Blackcurrant #2A123A

Color information

#2A123A (or 0x2A123A) is unknown color: approx Blackcurrant. HEX triplet: 2A, 12 and 3A. RGB value is (42,18,58). Sum of RGB (Red+Green+Blue) = 42+18+58=118 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.59% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 58 (23.05% from 255 or 49.15% from 118); Max value from RGB is 58 - color contains mainly: blue. Hex color #2A123A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A123A is #D5EDC5. Grayscale: #1D1D1D. Windows color (decimal): -14020038 or 3805738. OLE color: 3805738.

HSL color Cylindrical-coordinate representation of color #2A123A: hue angle of 276º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A123A is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB421858-
CMYK0.280.6900.77
HSL276º52.63%14.9%-
HSV(B)276º68.97%22.75%-
XYZ1.931.234.14-
YUV29.74143.95136.75-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 35.59%
GREEN value IS 18 (7.42% from 255) = 15.25%
BLUE value IS 58 (23.05% from 255) = 49.15%
R=35.59%
G=15.25%
B=49.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4218580.280.6900.7727652.6314.9
Hex2A123A1C4504D11435f
Octal5222723410501154246517
Binary10101010010111010111001000101010011011000101001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A123A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,18,58); }

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

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

 a { background-color: rgb(42,18,58); }

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

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

 span { border-color: rgb(42,18,58); }

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