#2B1347

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

Shades of Blackcurrant #2B1347

Tints of Blackcurrant #2B1347

Color information

#2B1347 (or 0x2B1347) is unknown color: approx Blackcurrant. HEX triplet: 2B, 13 and 47. RGB value is (43,19,71). Sum of RGB (Red+Green+Blue) = 43+19+71=133 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.33% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 71 (28.12% from 255 or 53.38% from 133); Max value from RGB is 71 - color contains mainly: blue. Hex color #2B1347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1347 is #D4ECB8. Grayscale: #1F1F1F. Windows color (decimal): -13954233 or 4657963. OLE color: 4657963.

HSL color Cylindrical-coordinate representation of color #2B1347: hue angle of 267.69º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B1347 is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB431971-
CMYK0.390.7300.72
HSL267.69º57.78%17.65%-
HSV(B)267.69º73.24%27.84%-
XYZ2.371.436.11-
YUV32.1149.95135.77-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 32.33%
GREEN value IS 19 (7.81% from 255) = 14.29%
BLUE value IS 71 (28.12% from 255) = 53.38%
R=32.33%
G=14.29%
B=53.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4319710.390.7300.72267.6957.7817.65
Hex2B1347274904810c3a12
Octal53231074711101104147222
Binary10101110011100011110011110010010100100010000110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,19,71); }

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

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

 a { background-color: rgb(43,19,71); }

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

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

 span { border-color: rgb(43,19,71); }

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