#2B163F

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

Shades of Blackcurrant #2B163F

Tints of Blackcurrant #2B163F

Color information

#2B163F (or 0x2B163F) is unknown color: approx Blackcurrant. HEX triplet: 2B, 16 and 3F. RGB value is (43,22,63). Sum of RGB (Red+Green+Blue) = 43+22+63=128 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.59% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 63 (25% from 255 or 49.22% from 128); Max value from RGB is 63 - color contains mainly: blue. Hex color #2B163F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B163F is #D4E9C0. Grayscale: #202020. Windows color (decimal): -13953473 or 4134443. OLE color: 4134443.

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

Color convert

RGB432263-
CMYK0.320.6500.75
HSL270.73º48.24%16.67%-
HSV(B)270.73º65.08%24.71%-
XYZ2.181.454.87-
YUV32.95144.96135.17-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.59%
GREEN value IS 22 (8.98% from 255) = 17.19%
BLUE value IS 63 (25% from 255) = 49.22%
R=33.59%
G=17.19%
B=49.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4322630.320.6500.75270.7348.2416.67
Hex2B163F204104B10f3011
Octal5326774010101134176021
Binary1010111011011111110000010000010100101110000111111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B163F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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