#2B0343

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

Shades of Blackcurrant #2B0343

Tints of Blackcurrant #2B0343

Color information

#2B0343 (or 0x2B0343) is unknown color: approx Blackcurrant. HEX triplet: 2B, 03 and 43. RGB value is (43,3,67). Sum of RGB (Red+Green+Blue) = 43+3+67=113 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.05% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 67 (26.56% from 255 or 59.29% from 113); Max value from RGB is 67 - color contains mainly: blue. Hex color #2B0343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0343 is #D4FCBC. Grayscale: #161616. Windows color (decimal): -13958333 or 4391723. OLE color: 4391723.

HSL color Cylindrical-coordinate representation of color #2B0343: hue angle of 277.5º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B0343 is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB43367-
CMYK0.360.9600.74
HSL277.5º91.43%13.73%-
HSV(B)277.5º95.52%26.27%-
XYZ2.040.985.39-
YUV22.26153.25142.8-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 38.05%
GREEN value IS 3 (1.56% from 255) = 2.65%
BLUE value IS 67 (26.56% from 255) = 59.29%
R=38.05%
G=2.65%
B=59.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal433670.360.9600.74277.591.4313.73
Hex2B343246004A1165be
Octal53310344140011242613316
Binary10101111100001110010011000000100101010001011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,3,67); }

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

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

 a { background-color: rgb(43,3,67); }

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

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

 span { border-color: rgb(43,3,67); }

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