#2F1839

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

Shades of Blackcurrant #2F1839

Tints of Blackcurrant #2F1839

Color information

#2F1839 (or 0x2F1839) is unknown color: approx Blackcurrant. HEX triplet: 2F, 18 and 39. RGB value is (47,24,57). Sum of RGB (Red+Green+Blue) = 47+24+57=128 (16% of max value = 765). Red value is 47 (18.75% from 255 or 36.72% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 57 (22.66% from 255 or 44.53% from 128); Max value from RGB is 57 - color contains mainly: blue. Hex color #2F1839 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1839 is #D0E7C6. Grayscale: #222222. Windows color (decimal): -13690823 or 3741743. OLE color: 3741743.

HSL color Cylindrical-coordinate representation of color #2F1839: hue angle of 281.82º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F1839 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB472457-
CMYK0.180.5800.78
HSL281.82º40.74%15.88%-
HSV(B)281.82º57.89%22.35%-
XYZ2.241.554.05-
YUV34.64140.62136.82-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 36.72%
GREEN value IS 24 (9.77% from 255) = 18.75%
BLUE value IS 57 (22.66% from 255) = 44.53%
R=36.72%
G=18.75%
B=44.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4724570.180.5800.78281.8240.7415.88
Hex2F1839123A04E11a2910
Octal573071227201164325120
Binary10111111000111001100101110100100111010001101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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