#2B0639

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

Shades of Blackcurrant #2B0639

Tints of Blackcurrant #2B0639

Color information

#2B0639 (or 0x2B0639) is unknown color: approx Blackcurrant. HEX triplet: 2B, 06 and 39. RGB value is (43,6,57). Sum of RGB (Red+Green+Blue) = 43+6+57=106 (14% of max value = 765). Red value is 43 (17.19% from 255 or 40.57% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 57 (22.66% from 255 or 53.77% from 106); Max value from RGB is 57 - color contains mainly: blue. Hex color #2B0639 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0639 is #D4F9C6. Grayscale: #161616. Windows color (decimal): -13957575 or 3737131. OLE color: 3737131.

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

Color convert

RGB43657-
CMYK0.250.8900.78
HSL283.53º80.95%12.35%-
HSV(B)283.53º89.47%22.35%-
XYZ1.80.943.96-
YUV22.88147.26142.35-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 40.57%
GREEN value IS 6 (2.73% from 255) = 5.66%
BLUE value IS 57 (22.66% from 255) = 53.77%
R=40.57%
G=5.66%
B=53.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal436570.250.8900.78283.5380.9512.35
Hex2B639195904E11c51c
Octal5367131131011643412114
Binary1010111101110011100110110010100111010001110010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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