#2B013D

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

Shades of Blackcurrant #2B013D

Tints of Blackcurrant #2B013D

Color information

#2B013D (or 0x2B013D) is unknown color: approx Blackcurrant. HEX triplet: 2B, 01 and 3D. RGB value is (43,1,61). Sum of RGB (Red+Green+Blue) = 43+1+61=105 (13% of max value = 765). Red value is 43 (17.19% from 255 or 40.95% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 61 (24.22% from 255 or 58.10% from 105); Max value from RGB is 61 - color contains mainly: blue. Hex color #2B013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B013D is #D4FEC2. Grayscale: #141414. Windows color (decimal): -13958851 or 3997995. OLE color: 3997995.

HSL color Cylindrical-coordinate representation of color #2B013D: hue angle of 282º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B013D is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB43161-
CMYK0.300.9800.76
HSL282º96.77%12.16%-
HSV(B)282º98.36%23.92%-
XYZ1.850.874.49-
YUV20.4150.91144.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 40.95%
GREEN value IS 1 (0.78% from 255) = 0.95%
BLUE value IS 61 (24.22% from 255) = 58.10%
R=40.95%
G=0.95%
B=58.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal431610.300.9800.7628296.7712.16
Hex2B13D1E6204C11a61c
Octal5317536142011443214114
Binary10101111111011111011000100100110010001101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B013D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,1,61); }

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

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

 a { background-color: rgb(43,1,61); }

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

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

 span { border-color: rgb(43,1,61); }

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