#2B0851

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

Shades of Blackcurrant #2B0851

Tints of Blackcurrant #2B0851

Color information

#2B0851 (or 0x2B0851) is unknown color: approx Blackcurrant. HEX triplet: 2B, 08 and 51. RGB value is (43,8,81). Sum of RGB (Red+Green+Blue) = 43+8+81=132 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.58% from 132); Green value is 8 (3.52% from 255 or 6.06% 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 #2B0851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0851 is #D4F7AE. Grayscale: #1A1A1A. Windows color (decimal): -13957039 or 5310507. OLE color: 5310507.

HSL color Cylindrical-coordinate representation of color #2B0851: hue angle of 268.77º 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 #2B0851 is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB43881-
CMYK0.470.9000.68
HSL268.77º82.02%17.45%-
HSV(B)268.77º90.12%31.76%-
XYZ2.571.287.9-
YUV26.79158.6139.56-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 32.58%
GREEN value IS 8 (3.52% from 255) = 6.06%
BLUE value IS 81 (32.03% from 255) = 61.36%
R=32.58%
G=6.06%
B=61.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal438810.470.9000.68268.7782.0217.45
Hex2B8512F5A04410d5211
Octal531012157132010441512221
Binary10101110001010001101111101101001000100100001101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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