#2D024E

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

Shades of Blackcurrant #2D024E

Tints of Blackcurrant #2D024E

Color information

#2D024E (or 0x2D024E) is unknown color: approx Blackcurrant. HEX triplet: 2D, 02 and 4E. RGB value is (45,2,78). Sum of RGB (Red+Green+Blue) = 45+2+78=125 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 78 (30.86% from 255 or 62.4% from 125); Max value from RGB is 78 - color contains mainly: blue. Hex color #2D024E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D024E is #D2FDB1. Grayscale: #171717. Windows color (decimal): -13827506 or 5112365. OLE color: 5112365.

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

Color convert

RGB45278-
CMYK0.420.9700.69
HSL273.95º95%15.69%-
HSV(B)273.95º97.44%30.59%-
XYZ2.481.157.3-
YUV23.52158.75143.32-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 36%
GREEN value IS 2 (1.17% from 255) = 1.6%
BLUE value IS 78 (30.86% from 255) = 62.4%
R=36%
G=1.6%
B=62.4%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal452780.420.9700.69273.959515.69
Hex2D24E2A610451125f10
Octal55211652141010542213720
Binary101101101001110101010110000101000101100010010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D024E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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