#2F0846

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

Shades of Blackcurrant #2F0846

Tints of Blackcurrant #2F0846

Color information

#2F0846 (or 0x2F0846) is unknown color: approx Blackcurrant. HEX triplet: 2F, 08 and 46. RGB value is (47,8,70). Sum of RGB (Red+Green+Blue) = 47+8+70=125 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.6% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 70 (27.73% from 255 or 56% from 125); Max value from RGB is 70 - color contains mainly: blue. Hex color #2F0846 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0846 is #D0F7B9. Grayscale: #1A1A1A. Windows color (decimal): -13694906 or 4589615. OLE color: 4589615.

HSL color Cylindrical-coordinate representation of color #2F0846: hue angle of 277.74º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F0846 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB47870-
CMYK0.330.8900.73
HSL277.74º79.49%15.29%-
HSV(B)277.74º88.57%27.45%-
XYZ2.361.225.91-
YUV26.73152.42142.46-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 37.6%
GREEN value IS 8 (3.52% from 255) = 6.4%
BLUE value IS 70 (27.73% from 255) = 56%
R=37.6%
G=6.4%
B=56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal478700.330.8900.73277.7479.4915.29
Hex2F84621590491164ff
Octal571010641131011142611717
Binary1011111000100011010000110110010100100110001011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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