#2F0836

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

Shades of Blackcurrant #2F0836

Tints of Blackcurrant #2F0836

Color information

#2F0836 (or 0x2F0836) is unknown color: approx Blackcurrant. HEX triplet: 2F, 08 and 36. RGB value is (47,8,54). Sum of RGB (Red+Green+Blue) = 47+8+54=109 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.12% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 54 (21.48% from 255 or 49.54% from 109); Max value from RGB is 54 - color contains mainly: blue. Hex color #2F0836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0836 is #D0F7C9. Grayscale: #181818. Windows color (decimal): -13694922 or 3541039. OLE color: 3541039.

HSL color Cylindrical-coordinate representation of color #2F0836: hue angle of 290.87º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F0836 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB47854-
CMYK0.130.8500.79
HSL290.87º74.19%12.16%-
HSV(B)290.87º85.19%21.18%-
XYZ1.921.043.59-
YUV24.9144.42143.76-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 43.12%
GREEN value IS 8 (3.52% from 255) = 7.34%
BLUE value IS 54 (21.48% from 255) = 49.54%
R=43.12%
G=7.34%
B=49.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal478540.130.8500.79290.8774.1912.16
Hex2F836D5504F1234ac
Octal57106615125011744311214
Binary1011111000110110110110101010100111110010001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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