#2B0039

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

Shades of Blackcurrant #2B0039

Tints of Blackcurrant #2B0039

Color information

#2B0039 (or 0x2B0039) is unknown color: approx Blackcurrant. HEX triplet: 2B, 00 and 39. RGB value is (43,0,57). Sum of RGB (Red+Green+Blue) = 43+0+57=100 (13% of max value = 765). Red value is 43 (17.19% from 255 or 43% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 57 (22.66% from 255 or 57% from 100); Max value from RGB is 57 - color contains mainly: blue. Hex color #2B0039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0039 is #D4FFC6. Grayscale: #131313. Windows color (decimal): -13959111 or 3735595. OLE color: 3735595.

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

Color convert

RGB43057-
CMYK0.25100.78
HSL285.26º100%11.18%-
HSV(B)285.26º100%22.35%-
XYZ1.730.813.94-
YUV19.36149.25144.87-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 57 (22.66% from 255) = 57%
R=43%
G=0%
B=57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal430570.25100.78285.2610011.18
Hex2B039196404E11d64b
Octal5307131144011643514413
Binary10101101110011100111001000100111010001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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