#2B0447

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

Shades of Blackcurrant #2B0447

Tints of Blackcurrant #2B0447

Color information

#2B0447 (or 0x2B0447) is unknown color: approx Blackcurrant. HEX triplet: 2B, 04 and 47. RGB value is (43,4,71). Sum of RGB (Red+Green+Blue) = 43+4+71=118 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.44% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 71 (28.12% from 255 or 60.17% from 118); Max value from RGB is 71 - color contains mainly: blue. Hex color #2B0447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0447 is #D4FBB8. Grayscale: #171717. Windows color (decimal): -13958073 or 4654123. OLE color: 4654123.

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

Color convert

RGB43471-
CMYK0.390.9400.72
HSL274.93º89.33%14.71%-
HSV(B)274.93º94.37%27.84%-
XYZ2.181.066.05-
YUV23.3154.92142.05-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 36.44%
GREEN value IS 4 (1.95% from 255) = 3.39%
BLUE value IS 71 (28.12% from 255) = 60.17%
R=36.44%
G=3.39%
B=60.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal434710.390.9400.72274.9389.3314.71
Hex2B447275E04811359f
Octal53410747136011042313117
Binary101011100100011110011110111100100100010001001110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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