#2F084D

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

Shades of Blackcurrant #2F084D

Tints of Blackcurrant #2F084D

Color information

#2F084D (or 0x2F084D) is unknown color: approx Blackcurrant. HEX triplet: 2F, 08 and 4D. RGB value is (47,8,77). Sum of RGB (Red+Green+Blue) = 47+8+77=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 77 (30.47% from 255 or 58.33% from 132); Max value from RGB is 77 - color contains mainly: blue. Hex color #2F084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F084D is #D0F7B2. Grayscale: #1B1B1B. Windows color (decimal): -13694899 or 5048367. OLE color: 5048367.

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

Color convert

RGB47877-
CMYK0.390.9000.70
HSL273.91º81.18%16.67%-
HSV(B)273.91º89.61%30.2%-
XYZ2.61.317.14-
YUV27.53155.92141.89-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 35.61%
GREEN value IS 8 (3.52% from 255) = 6.06%
BLUE value IS 77 (30.47% from 255) = 58.33%
R=35.61%
G=6.06%
B=58.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal478770.390.9000.70273.9181.1816.67
Hex2F84D275A0461125111
Octal571011547132010642212121
Binary10111110001001101100111101101001000110100010010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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