#2F0449

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

Shades of Blackcurrant #2F0449

Tints of Blackcurrant #2F0449

Color information

#2F0449 (or 0x2F0449) is unknown color: approx Blackcurrant. HEX triplet: 2F, 04 and 49. RGB value is (47,4,73). Sum of RGB (Red+Green+Blue) = 47+4+73=124 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.90% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 73 (28.91% from 255 or 58.87% from 124); Max value from RGB is 73 - color contains mainly: blue. Hex color #2F0449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0449 is #D0FBB6. Grayscale: #181818. Windows color (decimal): -13695927 or 4785199. OLE color: 4785199.

HSL color Cylindrical-coordinate representation of color #2F0449: hue angle of 277.39º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F0449 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB47473-
CMYK0.360.9500.71
HSL277.39º89.61%15.1%-
HSV(B)277.39º94.52%28.63%-
XYZ2.421.176.4-
YUV24.72155.25143.89-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 37.90%
GREEN value IS 4 (1.95% from 255) = 3.23%
BLUE value IS 73 (28.91% from 255) = 58.87%
R=37.90%
G=3.23%
B=58.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal474730.360.9500.71277.3989.6115.1
Hex2F449245F0471155af
Octal57411144137010742513217
Binary101111100100100110010010111110100011110001010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,4,73); }

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

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

 a { background-color: rgb(47,4,73); }

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

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

 span { border-color: rgb(47,4,73); }

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