#2D054D

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

Shades of Blackcurrant #2D054D

Tints of Blackcurrant #2D054D

Color information

#2D054D (or 0x2D054D) is unknown color: approx Blackcurrant. HEX triplet: 2D, 05 and 4D. RGB value is (45,5,77). Sum of RGB (Red+Green+Blue) = 45+5+77=127 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.43% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 77 (30.47% from 255 or 60.63% from 127); Max value from RGB is 77 - color contains mainly: blue. Hex color #2D054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D054D is #D2FAB2. Grayscale: #181818. Windows color (decimal): -13826739 or 5047597. OLE color: 5047597.

HSL color Cylindrical-coordinate representation of color #2D054D: hue angle of 273.33º 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 #2D054D is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB45577-
CMYK0.420.9400.70
HSL273.33º87.8%16.08%-
HSV(B)273.33º93.51%30.2%-
XYZ2.481.27.12-
YUV25.17157.25142.15-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 35.43%
GREEN value IS 5 (2.34% from 255) = 3.94%
BLUE value IS 77 (30.47% from 255) = 60.63%
R=35.43%
G=3.94%
B=60.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal455770.420.9400.70273.3387.816.08
Hex2D54D2A5E0461115810
Octal55511552136010642113020
Binary1011011011001101101010101111001000110100010001101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D054D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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