#2A0941

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

Shades of Blackcurrant #2A0941

Tints of Blackcurrant #2A0941

Color information

#2A0941 (or 0x2A0941) is unknown color: approx Blackcurrant. HEX triplet: 2A, 09 and 41. RGB value is (42,9,65). Sum of RGB (Red+Green+Blue) = 42+9+65=116 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.21% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 65 (25.78% from 255 or 56.03% from 116); Max value from RGB is 65 - color contains mainly: blue. Hex color #2A0941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0941 is #D5F6BE. Grayscale: #191919. Windows color (decimal): -14022335 or 4262186. OLE color: 4262186.

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

Color convert

RGB42965-
CMYK0.350.8600.75
HSL275.36º75.68%14.51%-
HSV(B)275.36º86.15%25.49%-
XYZ2.011.075.1-
YUV25.25150.43139.95-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 36.21%
GREEN value IS 9 (3.91% from 255) = 7.76%
BLUE value IS 65 (25.78% from 255) = 56.03%
R=36.21%
G=7.76%
B=56.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal429650.350.8600.75275.3675.6814.51
Hex2A941235604B1134cf
Octal521110143126011342311417
Binary1010101001100000110001110101100100101110001001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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