#2B113F

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

Shades of Blackcurrant #2B113F

Tints of Blackcurrant #2B113F

Color information

#2B113F (or 0x2B113F) is unknown color: approx Blackcurrant. HEX triplet: 2B, 11 and 3F. RGB value is (43,17,63). Sum of RGB (Red+Green+Blue) = 43+17+63=123 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.96% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 63 (25% from 255 or 51.22% from 123); Max value from RGB is 63 - color contains mainly: blue. Hex color #2B113F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B113F is #D4EEC0. Grayscale: #1D1D1D. Windows color (decimal): -13954753 or 4133163. OLE color: 4133163.

HSL color Cylindrical-coordinate representation of color #2B113F: hue angle of 273.91º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B113F is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB431763-
CMYK0.320.7300.75
HSL273.91º57.5%15.69%-
HSV(B)273.91º73.02%24.71%-
XYZ2.091.274.84-
YUV30.02146.61137.26-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.96%
GREEN value IS 17 (7.03% from 255) = 13.82%
BLUE value IS 63 (25% from 255) = 51.22%
R=34.96%
G=13.82%
B=51.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4317630.320.7300.75273.9157.515.69
Hex2B113F204904B1123a10
Octal5321774011101134227220
Binary1010111000111111110000010010010100101110001001011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B113F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,17,63); }

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

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

 a { background-color: rgb(43,17,63); }

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

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

 span { border-color: rgb(43,17,63); }

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