#2F0547

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

Shades of Blackcurrant #2F0547

Tints of Blackcurrant #2F0547

Color information

#2F0547 (or 0x2F0547) is unknown color: approx Blackcurrant. HEX triplet: 2F, 05 and 47. RGB value is (47,5,71). Sum of RGB (Red+Green+Blue) = 47+5+71=123 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.21% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 71 (28.12% from 255 or 57.72% from 123); Max value from RGB is 71 - color contains mainly: blue. Hex color #2F0547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0547 is #D0FAB8. Grayscale: #181818. Windows color (decimal): -13695673 or 4654383. OLE color: 4654383.

HSL color Cylindrical-coordinate representation of color #2F0547: hue angle of 278.18º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F0547 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB47571-
CMYK0.340.9300.72
HSL278.18º86.84%14.9%-
HSV(B)278.18º92.96%27.84%-
XYZ2.361.176.06-
YUV25.08153.91143.63-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 38.21%
GREEN value IS 5 (2.34% from 255) = 4.07%
BLUE value IS 71 (28.12% from 255) = 57.72%
R=38.21%
G=4.07%
B=57.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal475710.340.9300.72278.1886.8414.9
Hex2F547225D04811657f
Octal57510742135011042612717
Binary101111101100011110001010111010100100010001011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,5,71); }

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

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

 a { background-color: rgb(47,5,71); }

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

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

 span { border-color: rgb(47,5,71); }

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