#2A0631

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

Shades of Blackcurrant #2A0631

Tints of Blackcurrant #2A0631

Color information

#2A0631 (or 0x2A0631) is unknown color: approx Blackcurrant. HEX triplet: 2A, 06 and 31. RGB value is (42,6,49). Sum of RGB (Red+Green+Blue) = 42+6+49=97 (12% of max value = 765). Red value is 42 (16.80% from 255 or 43.30% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 49 (19.53% from 255 or 50.52% from 97); Max value from RGB is 49 - color contains mainly: blue. Hex color #2A0631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0631 is #D5F9CE. Grayscale: #151515. Windows color (decimal): -14023119 or 3212842. OLE color: 3212842.

HSL color Cylindrical-coordinate representation of color #2A0631: hue angle of 290.23º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A0631 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB42649-
CMYK0.140.8800.81
HSL290.23º78.18%10.78%-
HSV(B)290.23º87.76%19.22%-
XYZ1.570.842.99-
YUV21.67143.43142.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 43.30%
GREEN value IS 6 (2.73% from 255) = 6.19%
BLUE value IS 49 (19.53% from 255) = 50.52%
R=43.30%
G=6.19%
B=50.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal426490.140.8800.81290.2378.1810.78
Hex2A631E580511224eb
Octal5266116130012144211613
Binary101010110110001111010110000101000110010001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,6,49); }

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

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

 a { background-color: rgb(42,6,49); }

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

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

 span { border-color: rgb(42,6,49); }

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