#2B1031

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

Shades of Blackcurrant #2B1031

Tints of Blackcurrant #2B1031

Color information

#2B1031 (or 0x2B1031) is unknown color: approx Blackcurrant. HEX triplet: 2B, 10 and 31. RGB value is (43,16,49). Sum of RGB (Red+Green+Blue) = 43+16+49=108 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.81% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 49 (19.53% from 255 or 45.37% from 108); Max value from RGB is 49 - color contains mainly: blue. Hex color #2B1031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1031 is #D4EFCE. Grayscale: #1B1B1B. Windows color (decimal): -13955023 or 3215403. OLE color: 3215403.

HSL color Cylindrical-coordinate representation of color #2B1031: hue angle of 289.09º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B1031 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB431649-
CMYK0.120.6700.81
HSL289.09º50.77%12.75%-
HSV(B)289.09º67.35%19.22%-
XYZ1.741.113.03-
YUV27.84139.95138.82-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 39.81%
GREEN value IS 16 (6.64% from 255) = 14.81%
BLUE value IS 49 (19.53% from 255) = 45.37%
R=39.81%
G=14.81%
B=45.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4316490.120.6700.81289.0950.7712.75
Hex2B1031C4305112133d
Octal5320611410301214416315
Binary1010111000011000111001000011010100011001000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,16,49); }

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

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

 a { background-color: rgb(43,16,49); }

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

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

 span { border-color: rgb(43,16,49); }

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