#2B0247

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

Shades of Blackcurrant #2B0247

Tints of Blackcurrant #2B0247

Color information

#2B0247 (or 0x2B0247) is unknown color: approx Blackcurrant. HEX triplet: 2B, 02 and 47. RGB value is (43,2,71). Sum of RGB (Red+Green+Blue) = 43+2+71=116 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.07% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 71 (28.12% from 255 or 61.21% from 116); Max value from RGB is 71 - color contains mainly: blue. Hex color #2B0247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0247 is #D4FDB8. Grayscale: #151515. Windows color (decimal): -13958585 or 4653611. OLE color: 4653611.

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

Color convert

RGB43271-
CMYK0.390.9700.72
HSL275.65º94.52%14.31%-
HSV(B)275.65º97.18%27.84%-
XYZ2.161.016.04-
YUV22.12155.58142.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 37.07%
GREEN value IS 2 (1.17% from 255) = 1.72%
BLUE value IS 71 (28.12% from 255) = 61.21%
R=37.07%
G=1.72%
B=61.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal432710.390.9700.72275.6594.5214.31
Hex2B24727610481145fe
Octal53210747141011042413716
Binary10101110100011110011111000010100100010001010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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