#2B0350

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

Shades of Blackcurrant #2B0350

Tints of Blackcurrant #2B0350

Color information

#2B0350 (or 0x2B0350) is unknown color: approx Blackcurrant. HEX triplet: 2B, 03 and 50. RGB value is (43,3,80). Sum of RGB (Red+Green+Blue) = 43+3+80=126 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.13% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 80 (31.64% from 255 or 63.49% from 126); Max value from RGB is 80 - color contains mainly: blue. Hex color #2B0350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0350 is #D4FCAF. Grayscale: #171717. Windows color (decimal): -13958320 or 5243691. OLE color: 5243691.

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

Color convert

RGB43380-
CMYK0.460.9600.69
HSL271.17º92.77%16.27%-
HSV(B)271.17º96.25%31.37%-
XYZ2.481.167.68-
YUV23.74159.75141.74-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.13%
GREEN value IS 3 (1.56% from 255) = 2.38%
BLUE value IS 80 (31.64% from 255) = 63.49%
R=34.13%
G=2.38%
B=63.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal433800.460.9600.69271.1792.7716.27
Hex2B3502E6004510f5d10
Octal53312056140010541713520
Binary101011111010000101110110000001000101100001111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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