#2A0748

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

Shades of Blackcurrant #2A0748

Tints of Blackcurrant #2A0748

Color information

#2A0748 (or 0x2A0748) is unknown color: approx Blackcurrant. HEX triplet: 2A, 07 and 48. RGB value is (42,7,72). Sum of RGB (Red+Green+Blue) = 42+7+72=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 72 (28.52% from 255 or 59.50% from 121); Max value from RGB is 72 - color contains mainly: blue. Hex color #2A0748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0748 is #D5F8B7. Grayscale: #181818. Windows color (decimal): -14022840 or 4720426. OLE color: 4720426.

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

Color convert

RGB42772-
CMYK0.420.9000.72
HSL272.31º82.28%15.49%-
HSV(B)272.31º90.28%28.24%-
XYZ2.21.116.23-
YUV24.88154.6140.21-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 34.71%
GREEN value IS 7 (3.12% from 255) = 5.79%
BLUE value IS 72 (28.52% from 255) = 59.50%
R=34.71%
G=5.79%
B=59.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal427720.420.9000.72272.3182.2815.49
Hex2A7482A5A04811052f
Octal52711052132011042012217
Binary101010111100100010101010110100100100010001000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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