#2B1A3C

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

Shades of Blackcurrant #2B1A3C

Tints of Blackcurrant #2B1A3C

Color information

#2B1A3C (or 0x2B1A3C) is unknown color: approx Blackcurrant. HEX triplet: 2B, 1A and 3C. RGB value is (43,26,60). Sum of RGB (Red+Green+Blue) = 43+26+60=129 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.33% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 60 (23.83% from 255 or 46.51% from 129); Max value from RGB is 60 - color contains mainly: blue. Hex color #2B1A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B1A3C is #D4E5C3. Grayscale: #222222. Windows color (decimal): -13952452 or 3938859. OLE color: 3938859.

HSL color Cylindrical-coordinate representation of color #2B1A3C: hue angle of 270º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B1A3C is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB432660-
CMYK0.280.5700.76
HSL270º39.53%16.86%-
HSV(B)270º56.67%23.53%-
XYZ2.181.584.46-
YUV34.96142.13133.74-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.33%
GREEN value IS 26 (10.55% from 255) = 20.16%
BLUE value IS 60 (23.83% from 255) = 46.51%
R=33.33%
G=20.16%
B=46.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4326600.280.5700.7627039.5316.86
Hex2B1A3C1C3904C10e2811
Octal533274347101144165021
Binary10101111010111100111001110010100110010000111010100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,26,60); }

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

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

 a { background-color: rgb(43,26,60); }

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

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

 span { border-color: rgb(43,26,60); }

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