#2F1048

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

Shades of Blackcurrant #2F1048

Tints of Blackcurrant #2F1048

Color information

#2F1048 (or 0x2F1048) is unknown color: approx Blackcurrant. HEX triplet: 2F, 10 and 48. RGB value is (47,16,72). Sum of RGB (Red+Green+Blue) = 47+16+72=135 (17% of max value = 765). Red value is 47 (18.75% from 255 or 34.81% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #2F1048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1048 is #D0EFB7. Grayscale: #1F1F1F. Windows color (decimal): -13692856 or 4722735. OLE color: 4722735.

HSL color Cylindrical-coordinate representation of color #2F1048: hue angle of 273.21º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F1048 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB471672-
CMYK0.350.7800.72
HSL273.21º63.64%17.25%-
HSV(B)273.21º77.78%28.24%-
XYZ2.531.446.28-
YUV31.65150.77138.95-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 34.81%
GREEN value IS 16 (6.64% from 255) = 11.85%
BLUE value IS 72 (28.52% from 255) = 53.33%
R=34.81%
G=11.85%
B=53.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4716720.350.7800.72273.2163.6417.25
Hex2F1048234E0481114011
Octal572011043116011042110021
Binary101111100001001000100011100111001001000100010001100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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