#2B094C

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

Shades of Blackcurrant #2B094C

Tints of Blackcurrant #2B094C

Color information

#2B094C (or 0x2B094C) is unknown color: approx Blackcurrant. HEX triplet: 2B, 09 and 4C. RGB value is (43,9,76). Sum of RGB (Red+Green+Blue) = 43+9+76=128 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.59% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 76 (30.08% from 255 or 59.38% from 128); Max value from RGB is 76 - color contains mainly: blue. Hex color #2B094C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B094C is #D4F6B3. Grayscale: #1A1A1A. Windows color (decimal): -13956788 or 4983083. OLE color: 4983083.

HSL color Cylindrical-coordinate representation of color #2B094C: hue angle of 270.45º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B094C is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB43976-
CMYK0.430.8800.70
HSL270.45º78.82%16.67%-
HSV(B)270.45º88.16%29.8%-
XYZ2.41.236.95-
YUV26.8155.76139.55-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.59%
GREEN value IS 9 (3.91% from 255) = 7.03%
BLUE value IS 76 (30.08% from 255) = 59.38%
R=33.59%
G=7.03%
B=59.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal439760.430.8800.70270.4578.8216.67
Hex2B94C2B5804610e4f11
Octal531111453130010641611721
Binary10101110011001100101011101100001000110100001110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,9,76); }

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

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

 a { background-color: rgb(43,9,76); }

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

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

 span { border-color: rgb(43,9,76); }

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