#2A123D

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

Shades of Blackcurrant #2A123D

Tints of Blackcurrant #2A123D

Color information

#2A123D (or 0x2A123D) is unknown color: approx Blackcurrant. HEX triplet: 2A, 12 and 3D. RGB value is (42,18,61). Sum of RGB (Red+Green+Blue) = 42+18+61=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #2A123D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A123D is #D5EDC2. Grayscale: #1D1D1D. Windows color (decimal): -14020035 or 4002346. OLE color: 4002346.

HSL color Cylindrical-coordinate representation of color #2A123D: hue angle of 273.49º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A123D is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB421861-
CMYK0.310.7000.76
HSL273.49º54.43%15.49%-
HSV(B)273.49º70.49%23.92%-
XYZ2.011.264.55-
YUV30.08145.45136.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 34.71%
GREEN value IS 18 (7.42% from 255) = 14.88%
BLUE value IS 61 (24.22% from 255) = 50.41%
R=34.71%
G=14.88%
B=50.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4218610.310.7000.76273.4954.4315.49
Hex2A123D1F4604C11136f
Octal5222753710601144216617
Binary10101010010111101111111000110010011001000100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A123D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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