#2B0150

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

Shades of Blackcurrant #2B0150

Tints of Blackcurrant #2B0150

Color information

#2B0150 (or 0x2B0150) is unknown color: approx Blackcurrant. HEX triplet: 2B, 01 and 50. RGB value is (43,1,80). Sum of RGB (Red+Green+Blue) = 43+1+80=124 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.68% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 80 (31.64% from 255 or 64.52% from 124); Max value from RGB is 80 - color contains mainly: blue. Hex color #2B0150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0150 is #D4FEAF. Grayscale: #161616. Windows color (decimal): -13958832 or 5243179. OLE color: 5243179.

HSL color Cylindrical-coordinate representation of color #2B0150: hue angle of 271.9º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B0150 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB43180-
CMYK0.460.9900.69
HSL271.9º97.53%15.88%-
HSV(B)271.9º98.75%31.37%-
XYZ2.461.117.68-
YUV22.56160.41142.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.68%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 80 (31.64% from 255) = 64.52%
R=34.68%
G=0.81%
B=64.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal431800.460.9900.69271.997.5315.88
Hex2B1502E630451106210
Octal53112056143010542014220
Binary10101111010000101110110001101000101100010000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,1,80); }

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

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

 a { background-color: rgb(43,1,80); }

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

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

 span { border-color: rgb(43,1,80); }

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