#2B0B3A

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

Shades of Blackcurrant #2B0B3A

Tints of Blackcurrant #2B0B3A

Color information

#2B0B3A (or 0x2B0B3A) is unknown color: approx Blackcurrant. HEX triplet: 2B, 0B and 3A. RGB value is (43,11,58). Sum of RGB (Red+Green+Blue) = 43+11+58=112 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.39% from 112); Green value is 11 (4.69% from 255 or 9.82% from 112); Blue value is 58 (23.05% from 255 or 51.79% from 112); Max value from RGB is 58 - color contains mainly: blue. Hex color #2B0B3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0B3A is #D4F4C5. Grayscale: #191919. Windows color (decimal): -13956294 or 3803947. OLE color: 3803947.

HSL color Cylindrical-coordinate representation of color #2B0B3A: hue angle of 280.85º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B0B3A is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB431158-
CMYK0.260.8100.77
HSL280.85º68.12%13.53%-
HSV(B)280.85º81.03%22.75%-
XYZ1.881.064.11-
YUV25.93146.1140.18-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 38.39%
GREEN value IS 11 (4.69% from 255) = 9.82%
BLUE value IS 58 (23.05% from 255) = 51.79%
R=38.39%
G=9.82%
B=51.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4311580.260.8100.77280.8568.1213.53
Hex2BB3A1A5104D11944e
Octal53137232121011543110416
Binary10101110111110101101010100010100110110001100110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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