#2A063D

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

Shades of Blackcurrant #2A063D

Tints of Blackcurrant #2A063D

Color information

#2A063D (or 0x2A063D) is unknown color: approx Blackcurrant. HEX triplet: 2A, 06 and 3D. RGB value is (42,6,61). Sum of RGB (Red+Green+Blue) = 42+6+61=109 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.53% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 61 (24.22% from 255 or 55.96% from 109); Max value from RGB is 61 - color contains mainly: blue. Hex color #2A063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A063D is #D5F9C2. Grayscale: #161616. Windows color (decimal): -14023107 or 3999274. OLE color: 3999274.

HSL color Cylindrical-coordinate representation of color #2A063D: hue angle of 279.27º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A063D is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB42661-
CMYK0.310.9000.76
HSL279.27º82.09%13.14%-
HSV(B)279.27º90.16%23.92%-
XYZ1.860.964.5-
YUV23.03149.43141.53-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 38.53%
GREEN value IS 6 (2.73% from 255) = 5.50%
BLUE value IS 61 (24.22% from 255) = 55.96%
R=38.53%
G=5.50%
B=55.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal426610.310.9000.76279.2782.0913.14
Hex2A63D1F5A04C11752d
Octal5267537132011442712215
Binary1010101101111011111110110100100110010001011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A063D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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