#2F1646

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

Shades of Blackcurrant #2F1646

Tints of Blackcurrant #2F1646

Color information

#2F1646 (or 0x2F1646) is unknown color: approx Blackcurrant. HEX triplet: 2F, 16 and 46. RGB value is (47,22,70). Sum of RGB (Red+Green+Blue) = 47+22+70=139 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.81% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 70 (27.73% from 255 or 50.36% from 139); Max value from RGB is 70 - color contains mainly: blue. Hex color #2F1646 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1646 is #D0E9B9. Grayscale: #222222. Windows color (decimal): -13691322 or 4593199. OLE color: 4593199.

HSL color Cylindrical-coordinate representation of color #2F1646: hue angle of 271.25º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F1646 is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB472270-
CMYK0.330.6900.73
HSL271.25º52.17%18.04%-
HSV(B)271.25º68.57%27.45%-
XYZ2.561.625.97-
YUV34.95147.78136.6-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 33.81%
GREEN value IS 22 (8.98% from 255) = 15.83%
BLUE value IS 70 (27.73% from 255) = 50.36%
R=33.81%
G=15.83%
B=50.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4722700.330.6900.73271.2552.1718.04
Hex2F1646214504910f3412
Octal57261064110501114176422
Binary10111110110100011010000110001010100100110000111111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,22,70); }

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

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

 a { background-color: rgb(47,22,70); }

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

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

 span { border-color: rgb(47,22,70); }

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