#2A0448

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

Shades of Blackcurrant #2A0448

Tints of Blackcurrant #2A0448

Color information

#2A0448 (or 0x2A0448) is unknown color: approx Blackcurrant. HEX triplet: 2A, 04 and 48. RGB value is (42,4,72). Sum of RGB (Red+Green+Blue) = 42+4+72=118 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.59% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 72 (28.52% from 255 or 61.02% from 118); Max value from RGB is 72 - color contains mainly: blue. Hex color #2A0448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0448 is #D5FBB7. Grayscale: #161616. Windows color (decimal): -14023608 or 4719658. OLE color: 4719658.

HSL color Cylindrical-coordinate representation of color #2A0448: hue angle of 273.53º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A0448 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB42472-
CMYK0.420.9400.72
HSL273.53º89.47%14.9%-
HSV(B)273.53º94.44%28.24%-
XYZ2.171.056.22-
YUV23.11155.59141.47-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 35.59%
GREEN value IS 4 (1.95% from 255) = 3.39%
BLUE value IS 72 (28.52% from 255) = 61.02%
R=35.59%
G=3.39%
B=61.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal424720.420.9400.72273.5389.4714.9
Hex2A4482A5E04811259f
Octal52411052136011042213117
Binary101010100100100010101010111100100100010001001010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,4,72); }

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

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

 a { background-color: rgb(42,4,72); }

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

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

 span { border-color: rgb(42,4,72); }

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