#2B0230

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

Shades of Blackcurrant #2B0230

Tints of Blackcurrant #2B0230

Color information

#2B0230 (or 0x2B0230) is unknown color: approx Blackcurrant. HEX triplet: 2B, 02 and 30. RGB value is (43,2,48). Sum of RGB (Red+Green+Blue) = 43+2+48=93 (12% of max value = 765). Red value is 43 (17.19% from 255 or 46.24% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 48 (19.14% from 255 or 51.61% from 93); Max value from RGB is 48 - color contains mainly: blue. Hex color #2B0230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0230 is #D4FDCF. Grayscale: #131313. Windows color (decimal): -13958608 or 3146283. OLE color: 3146283.

HSL color Cylindrical-coordinate representation of color #2B0230: hue angle of 293.48º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B0230 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB43248-
CMYK0.100.9600.81
HSL293.48º92%9.8%-
HSV(B)293.48º95.83%18.82%-
XYZ1.550.772.86-
YUV19.5144.08144.76-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 46.24%
GREEN value IS 2 (1.17% from 255) = 2.15%
BLUE value IS 48 (19.14% from 255) = 51.61%
R=46.24%
G=2.15%
B=51.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal432480.100.9600.81293.48929.8
Hex2B230A600511255ca
Octal5326012140012144513412
Binary10101110110000101011000000101000110010010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,2,48); }

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

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

 a { background-color: rgb(43,2,48); }

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

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

 span { border-color: rgb(43,2,48); }

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