#2F0851

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

Shades of Blackcurrant #2F0851

Tints of Blackcurrant #2F0851

Color information

#2F0851 (or 0x2F0851) is unknown color: approx Blackcurrant. HEX triplet: 2F, 08 and 51. RGB value is (47,8,81). Sum of RGB (Red+Green+Blue) = 47+8+81=136 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.56% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 81 (32.03% from 255 or 59.56% from 136); Max value from RGB is 81 - color contains mainly: blue. Hex color #2F0851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0851 is #D0F7AE. Grayscale: #1B1B1B. Windows color (decimal): -13694895 or 5310511. OLE color: 5310511.

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

Color convert

RGB47881-
CMYK0.420.9000.68
HSL272.05º82.02%17.45%-
HSV(B)272.05º90.12%31.76%-
XYZ2.741.377.9-
YUV27.98157.92141.56-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 34.56%
GREEN value IS 8 (3.52% from 255) = 5.88%
BLUE value IS 81 (32.03% from 255) = 59.56%
R=34.56%
G=5.88%
B=59.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal478810.420.9000.68272.0582.0217.45
Hex2F8512A5A0441105211
Octal571012152132010442012221
Binary10111110001010001101010101101001000100100010000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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