#2B054D

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

Shades of Blackcurrant #2B054D

Tints of Blackcurrant #2B054D

Color information

#2B054D (or 0x2B054D) is unknown color: approx Blackcurrant. HEX triplet: 2B, 05 and 4D. RGB value is (43,5,77). Sum of RGB (Red+Green+Blue) = 43+5+77=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 77 (30.47% from 255 or 61.6% from 125); Max value from RGB is 77 - color contains mainly: blue. Hex color #2B054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B054D is #D4FAB2. Grayscale: #181818. Windows color (decimal): -13957811 or 5047595. OLE color: 5047595.

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

Color convert

RGB43577-
CMYK0.440.9400.70
HSL271.67º87.8%16.08%-
HSV(B)271.67º93.51%30.2%-
XYZ2.391.167.12-
YUV24.57157.59141.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.4%
GREEN value IS 5 (2.34% from 255) = 4%
BLUE value IS 77 (30.47% from 255) = 61.6%
R=34.4%
G=4%
B=61.6%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal435770.440.9400.70271.6787.816.08
Hex2B54D2C5E0461105810
Octal53511554136010642013020
Binary1010111011001101101100101111001000110100010000101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B054D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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