#2D014E

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

Shades of Blackcurrant #2D014E

Tints of Blackcurrant #2D014E

Color information

#2D014E (or 0x2D014E) is unknown color: approx Blackcurrant. HEX triplet: 2D, 01 and 4E. RGB value is (45,1,78). Sum of RGB (Red+Green+Blue) = 45+1+78=124 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.29% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 78 (30.86% from 255 or 62.90% from 124); Max value from RGB is 78 - color contains mainly: blue. Hex color #2D014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D014E is #D2FEB1. Grayscale: #161616. Windows color (decimal): -13827762 or 5112109. OLE color: 5112109.

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

Color convert

RGB45178-
CMYK0.420.9900.69
HSL274.29º97.47%15.49%-
HSV(B)274.29º98.72%30.59%-
XYZ2.471.137.3-
YUV22.93159.08143.74-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 36.29%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 78 (30.86% from 255) = 62.90%
R=36.29%
G=0.81%
B=62.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal451780.420.9900.69274.2997.4715.49
Hex2D14E2A6304511261f
Octal55111652143010542214117
Binary1011011100111010101011000110100010110001001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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