#2F0448

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

Shades of Blackcurrant #2F0448

Tints of Blackcurrant #2F0448

Color information

#2F0448 (or 0x2F0448) is unknown color: approx Blackcurrant. HEX triplet: 2F, 04 and 48. RGB value is (47,4,72). Sum of RGB (Red+Green+Blue) = 47+4+72=123 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.21% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 72 (28.52% from 255 or 58.54% from 123); Max value from RGB is 72 - color contains mainly: blue. Hex color #2F0448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0448 is #D0FBB7. Grayscale: #181818. Windows color (decimal): -13695928 or 4719663. OLE color: 4719663.

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

Color convert

RGB47472-
CMYK0.350.9400.72
HSL277.94º89.47%14.9%-
HSV(B)277.94º94.44%28.24%-
XYZ2.391.166.23-
YUV24.61154.75143.97-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 38.21%
GREEN value IS 4 (1.95% from 255) = 3.25%
BLUE value IS 72 (28.52% from 255) = 58.54%
R=38.21%
G=3.25%
B=58.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal474720.350.9400.72277.9489.4714.9
Hex2F448235E04811659f
Octal57411043136011042613117
Binary101111100100100010001110111100100100010001011010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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