#2D084D

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

Shades of Blackcurrant #2D084D

Tints of Blackcurrant #2D084D

Color information

#2D084D (or 0x2D084D) is unknown color: approx Blackcurrant. HEX triplet: 2D, 08 and 4D. RGB value is (45,8,77). Sum of RGB (Red+Green+Blue) = 45+8+77=130 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.62% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #2D084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D084D is #D2F7B2. Grayscale: #1A1A1A. Windows color (decimal): -13825971 or 5048365. OLE color: 5048365.

HSL color Cylindrical-coordinate representation of color #2D084D: hue angle of 272.17º 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 #2D084D is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB45877-
CMYK0.420.9000.70
HSL272.17º81.18%16.67%-
HSV(B)272.17º89.61%30.2%-
XYZ2.511.277.13-
YUV26.93156.26140.89-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 34.62%
GREEN value IS 8 (3.52% from 255) = 6.15%
BLUE value IS 77 (30.47% from 255) = 59.23%
R=34.62%
G=6.15%
B=59.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal458770.420.9000.70272.1781.1816.67
Hex2D84D2A5A0461105111
Octal551011552132010642012121
Binary10110110001001101101010101101001000110100010000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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