#2A1345

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

Shades of Blackcurrant #2A1345

Tints of Blackcurrant #2A1345

Color information

#2A1345 (or 0x2A1345) is unknown color: approx Blackcurrant. HEX triplet: 2A, 13 and 45. RGB value is (42,19,69). Sum of RGB (Red+Green+Blue) = 42+19+69=130 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.31% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 69 (27.34% from 255 or 53.08% from 130); Max value from RGB is 69 - color contains mainly: blue. Hex color #2A1345 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1345 is #D5ECBA. Grayscale: #1F1F1F. Windows color (decimal): -14019771 or 4526890. OLE color: 4526890.

HSL color Cylindrical-coordinate representation of color #2A1345: hue angle of 267.6º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A1345 is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB421969-
CMYK0.390.7200.73
HSL267.6º56.82%17.25%-
HSV(B)267.6º72.46%27.06%-
XYZ2.261.395.78-
YUV31.58149.12135.43-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 32.31%
GREEN value IS 19 (7.81% from 255) = 14.62%
BLUE value IS 69 (27.34% from 255) = 53.08%
R=32.31%
G=14.62%
B=53.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4219690.390.7200.73267.656.8217.25
Hex2A1345274804910c3911
Octal52231054711001114147121
Binary10101010011100010110011110010000100100110000110011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,19,69); }

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

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

 a { background-color: rgb(42,19,69); }

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

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

 span { border-color: rgb(42,19,69); }

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