#2B0847

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

Shades of Blackcurrant #2B0847

Tints of Blackcurrant #2B0847

Color information

#2B0847 (or 0x2B0847) is unknown color: approx Blackcurrant. HEX triplet: 2B, 08 and 47. RGB value is (43,8,71). Sum of RGB (Red+Green+Blue) = 43+8+71=122 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.25% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 71 (28.12% from 255 or 58.20% from 122); Max value from RGB is 71 - color contains mainly: blue. Hex color #2B0847 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0847 is #D4F7B8. Grayscale: #191919. Windows color (decimal): -13957049 or 4655147. OLE color: 4655147.

HSL color Cylindrical-coordinate representation of color #2B0847: hue angle of 273.33º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B0847 is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB43871-
CMYK0.390.8900.72
HSL273.33º79.75%15.49%-
HSV(B)273.33º88.73%27.84%-
XYZ2.221.146.06-
YUV25.65153.6140.38-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 35.25%
GREEN value IS 8 (3.52% from 255) = 6.56%
BLUE value IS 71 (28.12% from 255) = 58.20%
R=35.25%
G=6.56%
B=58.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal438710.390.8900.72273.3379.7515.49
Hex2B847275904811150f
Octal531010747131011042112017
Binary1010111000100011110011110110010100100010001000110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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