#2B0B4C

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

Shades of Blackcurrant #2B0B4C

Tints of Blackcurrant #2B0B4C

Color information

#2B0B4C (or 0x2B0B4C) is unknown color: approx Blackcurrant. HEX triplet: 2B, 0B and 4C. RGB value is (43,11,76). Sum of RGB (Red+Green+Blue) = 43+11+76=130 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.08% from 130); Green value is 11 (4.69% from 255 or 8.46% from 130); Blue value is 76 (30.08% from 255 or 58.46% from 130); Max value from RGB is 76 - color contains mainly: blue. Hex color #2B0B4C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0B4C is #D4F4B3. Grayscale: #1B1B1B. Windows color (decimal): -13956276 or 4983595. OLE color: 4983595.

HSL color Cylindrical-coordinate representation of color #2B0B4C: hue angle of 269.54º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B0B4C is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB431176-
CMYK0.430.8600.70
HSL269.54º74.71%17.06%-
HSV(B)269.54º85.53%29.8%-
XYZ2.421.276.96-
YUV27.98155.1138.71-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.08%
GREEN value IS 11 (4.69% from 255) = 8.46%
BLUE value IS 76 (30.08% from 255) = 58.46%
R=33.08%
G=8.46%
B=58.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4311760.430.8600.70269.5474.7117.06
Hex2BB4C2B5604610e4b11
Octal531311453126010641611321
Binary10101110111001100101011101011001000110100001110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,11,76); }

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

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

 a { background-color: rgb(43,11,76); }

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

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

 span { border-color: rgb(43,11,76); }

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