#2F0451

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

Shades of Blackcurrant #2F0451

Tints of Blackcurrant #2F0451

Color information

#2F0451 (or 0x2F0451) is unknown color: approx Blackcurrant. HEX triplet: 2F, 04 and 51. RGB value is (47,4,81). Sum of RGB (Red+Green+Blue) = 47+4+81=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 81 (32.03% from 255 or 61.36% from 132); Max value from RGB is 81 - color contains mainly: blue. Hex color #2F0451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0451 is #D0FBAE. Grayscale: #191919. Windows color (decimal): -13695919 or 5309487. OLE color: 5309487.

HSL color Cylindrical-coordinate representation of color #2F0451: hue angle of 273.51º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F0451 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB47481-
CMYK0.420.9500.68
HSL273.51º90.59%16.67%-
HSV(B)273.51º95.06%31.76%-
XYZ2.71.297.89-
YUV25.64159.25143.24-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 35.61%
GREEN value IS 4 (1.95% from 255) = 3.03%
BLUE value IS 81 (32.03% from 255) = 61.36%
R=35.61%
G=3.03%
B=61.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal474810.420.9500.68273.5190.5916.67
Hex2F4512A5F0441125b11
Octal57412152137010442213321
Binary1011111001010001101010101111101000100100010010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,4,81); }

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

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

 a { background-color: rgb(47,4,81); }

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

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

 span { border-color: rgb(47,4,81); }

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