#2F1040

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

Shades of Blackcurrant #2F1040

Tints of Blackcurrant #2F1040

Color information

#2F1040 (or 0x2F1040) is unknown color: approx Blackcurrant. HEX triplet: 2F, 10 and 40. RGB value is (47,16,64). Sum of RGB (Red+Green+Blue) = 47+16+64=127 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.01% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #2F1040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1040 is #D0EFBF. Grayscale: #1E1E1E. Windows color (decimal): -13692864 or 4198447. OLE color: 4198447.

HSL color Cylindrical-coordinate representation of color #2F1040: hue angle of 278.75º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F1040 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB471664-
CMYK0.270.7500.75
HSL278.75º60%15.69%-
HSV(B)278.75º75%25.1%-
XYZ2.281.354.99-
YUV30.74146.77139.6-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 37.01%
GREEN value IS 16 (6.64% from 255) = 12.60%
BLUE value IS 64 (25.39% from 255) = 50.39%
R=37.01%
G=12.60%
B=50.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4716640.270.7500.75278.756015.69
Hex2F10401B4B04B1173c10
Octal57201003311301134277420
Binary1011111000010000001101110010110100101110001011111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,16,64); }

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

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

 a { background-color: rgb(47,16,64); }

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

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

 span { border-color: rgb(47,16,64); }

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