#2B0138

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

Shades of Blackcurrant #2B0138

Tints of Blackcurrant #2B0138

Color information

#2B0138 (or 0x2B0138) is unknown color: approx Blackcurrant. HEX triplet: 2B, 01 and 38. RGB value is (43,1,56). Sum of RGB (Red+Green+Blue) = 43+1+56=100 (13% of max value = 765). Red value is 43 (17.19% from 255 or 43% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 56 (22.27% from 255 or 56% from 100); Max value from RGB is 56 - color contains mainly: blue. Hex color #2B0138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0138 is #D4FEC7. Grayscale: #131313. Windows color (decimal): -13958856 or 3670315. OLE color: 3670315.

HSL color Cylindrical-coordinate representation of color #2B0138: hue angle of 285.82º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B0138 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB43156-
CMYK0.230.9800.78
HSL285.82º96.49%11.18%-
HSV(B)285.82º98.21%21.96%-
XYZ1.720.823.81-
YUV19.83148.41144.53-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 43%
GREEN value IS 1 (0.78% from 255) = 1%
BLUE value IS 56 (22.27% from 255) = 56%
R=43%
G=1%
B=56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal431560.230.9800.78285.8296.4911.18
Hex2B138176204E11e60b
Octal5317027142011643614013
Binary10101111110001011111000100100111010001111011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,1,56); }

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

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

 a { background-color: rgb(43,1,56); }

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

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

 span { border-color: rgb(43,1,56); }

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