#2B084D

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

Shades of Blackcurrant #2B084D

Tints of Blackcurrant #2B084D

Color information

#2B084D (or 0x2B084D) is unknown color: approx Blackcurrant. HEX triplet: 2B, 08 and 4D. RGB value is (43,8,77). Sum of RGB (Red+Green+Blue) = 43+8+77=128 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.59% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #2B084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B084D is #D4F7B2. Grayscale: #1A1A1A. Windows color (decimal): -13957043 or 5048363. OLE color: 5048363.

HSL color Cylindrical-coordinate representation of color #2B084D: hue angle of 270.43º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B084D is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB43877-
CMYK0.440.9000.70
HSL270.43º81.18%16.67%-
HSV(B)270.43º89.61%30.2%-
XYZ2.421.227.13-
YUV26.33156.6139.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.59%
GREEN value IS 8 (3.52% from 255) = 6.25%
BLUE value IS 77 (30.47% from 255) = 60.16%
R=33.59%
G=6.25%
B=60.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal438770.440.9000.70270.4381.1816.67
Hex2B84D2C5A04610e5111
Octal531011554132010641612121
Binary10101110001001101101100101101001000110100001110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,8,77); }

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

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

 a { background-color: rgb(43,8,77); }

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

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

 span { border-color: rgb(43,8,77); }

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