#2B113D

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

Shades of Blackcurrant #2B113D

Tints of Blackcurrant #2B113D

Color information

#2B113D (or 0x2B113D) is unknown color: approx Blackcurrant. HEX triplet: 2B, 11 and 3D. RGB value is (43,17,61). Sum of RGB (Red+Green+Blue) = 43+17+61=121 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.54% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #2B113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B113D is #D4EEC2. Grayscale: #1D1D1D. Windows color (decimal): -13954755 or 4002091. OLE color: 4002091.

HSL color Cylindrical-coordinate representation of color #2B113D: hue angle of 275.45º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B113D is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB431761-
CMYK0.300.7200.76
HSL275.45º56.41%15.29%-
HSV(B)275.45º72.13%23.92%-
XYZ2.041.254.55-
YUV29.79145.61137.42-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 35.54%
GREEN value IS 17 (7.03% from 255) = 14.05%
BLUE value IS 61 (24.22% from 255) = 50.41%
R=35.54%
G=14.05%
B=50.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4317610.300.7200.76275.4556.4115.29
Hex2B113D1E4804C11338f
Octal5321753611001144237017
Binary10101110001111101111101001000010011001000100111110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B113D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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