#2F1347

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

Shades of Blackcurrant #2F1347

Tints of Blackcurrant #2F1347

Color information

#2F1347 (or 0x2F1347) is unknown color: approx Blackcurrant. HEX triplet: 2F, 13 and 47. RGB value is (47,19,71). Sum of RGB (Red+Green+Blue) = 47+19+71=137 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.31% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 71 (28.12% from 255 or 51.82% from 137); Max value from RGB is 71 - color contains mainly: blue. Hex color #2F1347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1347 is #D0ECB8. Grayscale: #212121. Windows color (decimal): -13692089 or 4657967. OLE color: 4657967.

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

Color convert

RGB471971-
CMYK0.340.7300.72
HSL272.31º57.78%17.65%-
HSV(B)272.31º73.24%27.84%-
XYZ2.541.536.12-
YUV33.3149.28137.77-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 34.31%
GREEN value IS 19 (7.81% from 255) = 13.87%
BLUE value IS 71 (28.12% from 255) = 51.82%
R=34.31%
G=13.87%
B=51.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4719710.340.7300.72272.3157.7817.65
Hex2F134722490481103a12
Octal57231074211101104207222
Binary10111110011100011110001010010010100100010001000011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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