#2B153A

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

Shades of Blackcurrant #2B153A

Tints of Blackcurrant #2B153A

Color information

#2B153A (or 0x2B153A) is unknown color: approx Blackcurrant. HEX triplet: 2B, 15 and 3A. RGB value is (43,21,58). Sum of RGB (Red+Green+Blue) = 43+21+58=122 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.25% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 58 (23.05% from 255 or 47.54% from 122); Max value from RGB is 58 - color contains mainly: blue. Hex color #2B153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B153A is #D4EAC5. Grayscale: #1F1F1F. Windows color (decimal): -13953734 or 3806507. OLE color: 3806507.

HSL color Cylindrical-coordinate representation of color #2B153A: hue angle of 275.68º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B153A is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB432158-
CMYK0.260.6400.77
HSL275.68º46.84%15.49%-
HSV(B)275.68º63.79%22.75%-
XYZ2.031.364.16-
YUV31.8142.79135.99-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 35.25%
GREEN value IS 21 (8.59% from 255) = 17.21%
BLUE value IS 58 (23.05% from 255) = 47.54%
R=35.25%
G=17.21%
B=47.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4321580.260.6400.77275.6846.8415.49
Hex2B153A1A4004D1142ff
Octal5325723210001154245717
Binary10101110101111010110101000000010011011000101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,21,58); }

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

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

 a { background-color: rgb(43,21,58); }

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

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

 span { border-color: rgb(43,21,58); }

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