#2A1741

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

Shades of Blackcurrant #2A1741

Tints of Blackcurrant #2A1741

Color information

#2A1741 (or 0x2A1741) is unknown color: approx Blackcurrant. HEX triplet: 2A, 17 and 41. RGB value is (42,23,65). Sum of RGB (Red+Green+Blue) = 42+23+65=130 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.31% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #2A1741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1741 is #D5E8BE. Grayscale: #212121. Windows color (decimal): -14018751 or 4265770. OLE color: 4265770.

HSL color Cylindrical-coordinate representation of color #2A1741: hue angle of 267.14º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A1741 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB422365-
CMYK0.350.6500.75
HSL267.14º47.73%17.25%-
HSV(B)267.14º64.62%25.49%-
XYZ2.221.495.17-
YUV33.47145.79134.08-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 32.31%
GREEN value IS 23 (9.38% from 255) = 17.69%
BLUE value IS 65 (25.78% from 255) = 50%
R=32.31%
G=17.69%
B=50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4223650.350.6500.75267.1447.7317.25
Hex2A1741234104B10b3011
Octal52271014310101134136021
Binary10101010111100000110001110000010100101110000101111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,23,65); }

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

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

 a { background-color: rgb(42,23,65); }

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

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

 span { border-color: rgb(42,23,65); }

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