#2B014F

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

Shades of Blackcurrant #2B014F

Tints of Blackcurrant #2B014F

Color information

#2B014F (or 0x2B014F) is unknown color: approx Blackcurrant. HEX triplet: 2B, 01 and 4F. RGB value is (43,1,79). Sum of RGB (Red+Green+Blue) = 43+1+79=123 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.96% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 79 (31.25% from 255 or 64.23% from 123); Max value from RGB is 79 - color contains mainly: blue. Hex color #2B014F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B014F is #D4FEB0. Grayscale: #161616. Windows color (decimal): -13958833 or 5177643. OLE color: 5177643.

HSL color Cylindrical-coordinate representation of color #2B014F: hue angle of 272.31º 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 #2B014F is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB43179-
CMYK0.460.9900.69
HSL272.31º97.5%15.69%-
HSV(B)272.31º98.73%30.98%-
XYZ2.421.17.48-
YUV22.45159.91142.66-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.96%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 79 (31.25% from 255) = 64.23%
R=34.96%
G=0.81%
B=64.23%

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
Decimal431790.460.9900.69272.3197.515.69
Hex2B14F2E630451106210
Octal53111756143010542014220
Binary10101111001111101110110001101000101100010000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B014F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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