#2A0639

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

Shades of Blackcurrant #2A0639

Tints of Blackcurrant #2A0639

Color information

#2A0639 (or 0x2A0639) is unknown color: approx Blackcurrant. HEX triplet: 2A, 06 and 39. RGB value is (42,6,57). Sum of RGB (Red+Green+Blue) = 42+6+57=105 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 57 (22.66% from 255 or 54.29% from 105); Max value from RGB is 57 - color contains mainly: blue. Hex color #2A0639 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0639 is #D5F9C6. Grayscale: #161616. Windows color (decimal): -14023111 or 3737130. OLE color: 3737130.

HSL color Cylindrical-coordinate representation of color #2A0639: hue angle of 282.35º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A0639 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB42657-
CMYK0.260.8900.78
HSL282.35º80.95%12.35%-
HSV(B)282.35º89.47%22.35%-
XYZ1.760.923.96-
YUV22.58147.43141.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 40%
GREEN value IS 6 (2.73% from 255) = 5.71%
BLUE value IS 57 (22.66% from 255) = 54.29%
R=40%
G=5.71%
B=54.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal426570.260.8900.78282.3580.9512.35
Hex2A6391A5904E11a51c
Octal5267132131011643212114
Binary1010101101110011101010110010100111010001101010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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