#2D094E

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

Shades of Blackcurrant #2D094E

Tints of Blackcurrant #2D094E

Color information

#2D094E (or 0x2D094E) is unknown color: approx Blackcurrant. HEX triplet: 2D, 09 and 4E. RGB value is (45,9,78). Sum of RGB (Red+Green+Blue) = 45+9+78=132 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.09% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 78 (30.86% from 255 or 59.09% from 132); Max value from RGB is 78 - color contains mainly: blue. Hex color #2D094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D094E is #D2F6B1. Grayscale: #1B1B1B. Windows color (decimal): -13825714 or 5114157. OLE color: 5114157.

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

Color convert

RGB45978-
CMYK0.420.8800.69
HSL271.3º79.31%17.06%-
HSV(B)271.3º88.46%30.59%-
XYZ2.561.37.32-
YUV27.63156.43140.39-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 34.09%
GREEN value IS 9 (3.91% from 255) = 6.82%
BLUE value IS 78 (30.86% from 255) = 59.09%
R=34.09%
G=6.82%
B=59.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal459780.420.8800.69271.379.3117.06
Hex2D94E2A5804510f4f11
Octal551111652130010541711721
Binary10110110011001110101010101100001000101100001111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,9,78); }

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

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

 a { background-color: rgb(45,9,78); }

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

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

 span { border-color: rgb(45,9,78); }

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