#2F1847

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

Shades of Blackcurrant #2F1847

Tints of Blackcurrant #2F1847

Color information

#2F1847 (or 0x2F1847) is unknown color: approx Blackcurrant. HEX triplet: 2F, 18 and 47. RGB value is (47,24,71). Sum of RGB (Red+Green+Blue) = 47+24+71=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 71 (28.12% from 255 or 50% from 142); Max value from RGB is 71 - color contains mainly: blue. Hex color #2F1847 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1847 is #D0E7B8. Grayscale: #242424. Windows color (decimal): -13690809 or 4659247. OLE color: 4659247.

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

Color convert

RGB472471-
CMYK0.340.6600.72
HSL269.36º49.47%18.63%-
HSV(B)269.36º66.2%27.84%-
XYZ2.641.716.15-
YUV36.24147.62135.68-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 33.10%
GREEN value IS 24 (9.77% from 255) = 16.90%
BLUE value IS 71 (28.12% from 255) = 50%
R=33.10%
G=16.90%
B=50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4724710.340.6600.72269.3649.4718.63
Hex2F1847224204810d3113
Octal57301074210201104156123
Binary10111111000100011110001010000100100100010000110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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