#2B0040

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

Shades of Blackcurrant #2B0040

Tints of Blackcurrant #2B0040

Color information

#2B0040 (or 0x2B0040) is unknown color: approx Blackcurrant. HEX triplet: 2B, 00 and 40. RGB value is (43,0,64). Sum of RGB (Red+Green+Blue) = 43+0+64=107 (14% of max value = 765). Red value is 43 (17.19% from 255 or 40.19% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 64 (25.39% from 255 or 59.81% from 107); Max value from RGB is 64 - color contains mainly: blue. Hex color #2B0040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0040 is #D4FFBF. Grayscale: #131313. Windows color (decimal): -13959104 or 4194347. OLE color: 4194347.

HSL color Cylindrical-coordinate representation of color #2B0040: hue angle of 280.31º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B0040 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB43064-
CMYK0.33100.75
HSL280.31º100%12.55%-
HSV(B)280.31º100%25.1%-
XYZ1.920.884.92-
YUV20.15152.75144.3-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 40.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 64 (25.39% from 255) = 59.81%
R=40.19%
G=0%
B=59.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal430640.33100.75280.3110012.55
Hex2B040216404B11864d
Octal53010041144011343014415
Binary1010110100000010000111001000100101110001100011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,0,64); }

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

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

 a { background-color: rgb(43,0,64); }

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

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

 span { border-color: rgb(43,0,64); }

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