#2B1840

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

Shades of Blackcurrant #2B1840

Tints of Blackcurrant #2B1840

Color information

#2B1840 (or 0x2B1840) is unknown color: approx Blackcurrant. HEX triplet: 2B, 18 and 40. RGB value is (43,24,64). Sum of RGB (Red+Green+Blue) = 43+24+64=131 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.82% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: blue. Hex color #2B1840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1840 is #D4E7BF. Grayscale: #222222. Windows color (decimal): -13952960 or 4200491. OLE color: 4200491.

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

Color convert

RGB432464-
CMYK0.330.6200.75
HSL268.5º45.45%17.25%-
HSV(B)268.5º62.5%25.1%-
XYZ2.251.545.03-
YUV34.24144.79134.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 32.82%
GREEN value IS 24 (9.77% from 255) = 18.32%
BLUE value IS 64 (25.39% from 255) = 48.85%
R=32.82%
G=18.32%
B=48.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4324640.330.6200.75268.545.4517.25
Hex2B1840213E04B10c2d11
Octal5330100417601134145521
Binary1010111100010000001000011111100100101110000110010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,24,64); }

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

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

 a { background-color: rgb(43,24,64); }

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

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

 span { border-color: rgb(43,24,64); }

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