#2B0530

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

Shades of Blackcurrant #2B0530

Tints of Blackcurrant #2B0530

Color information

#2B0530 (or 0x2B0530) is unknown color: approx Blackcurrant. HEX triplet: 2B, 05 and 30. RGB value is (43,5,48). Sum of RGB (Red+Green+Blue) = 43+5+48=96 (12% of max value = 765). Red value is 43 (17.19% from 255 or 44.79% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 48 (19.14% from 255 or 50% from 96); Max value from RGB is 48 - color contains mainly: blue. Hex color #2B0530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0530 is #D4FACF. Grayscale: #151515. Windows color (decimal): -13957840 or 3147051. OLE color: 3147051.

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

Color convert

RGB43548-
CMYK0.100.9000.81
HSL293.02º81.13%10.39%-
HSV(B)293.02º89.58%18.82%-
XYZ1.580.842.87-
YUV21.26143.09143.5-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 44.79%
GREEN value IS 5 (2.34% from 255) = 5.21%
BLUE value IS 48 (19.14% from 255) = 50%
R=44.79%
G=5.21%
B=50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal435480.100.9000.81293.0281.1310.39
Hex2B530A5A05112551a
Octal5356012132012144512112
Binary101011101110000101010110100101000110010010110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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