#45014E

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

Shades of Blackcurrant #45014E

Tints of Blackcurrant #45014E

Color information

#45014E (or 0x45014E) is unknown color: approx Blackcurrant. HEX triplet: 45, 01 and 4E. RGB value is (69,1,78). Sum of RGB (Red+Green+Blue) = 69+1+78=148 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.62% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 78 (30.86% from 255 or 52.70% from 148); Max value from RGB is 78 - color contains mainly: blue. Hex color #45014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45014E is #BAFEB1. Grayscale: #1D1D1D. Windows color (decimal): -12254898 or 5112133. OLE color: 5112133.

HSL color Cylindrical-coordinate representation of color #45014E: hue angle of 292.99º 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 #45014E is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB69178-
CMYK0.120.9900.69
HSL292.99º97.47%15.49%-
HSV(B)292.99º98.72%30.59%-
XYZ3.841.847.36-
YUV30.11155.03155.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.62%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 78 (30.86% from 255) = 52.70%
R=46.62%
G=0.68%
B=52.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal691780.120.9900.69292.9997.4715.49
Hex4514EC6304512561f
Octal105111614143010544514117
Binary100010111001110110011000110100010110010010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45014E; }

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

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

<style>
 a { background-color: #45014E; }

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

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

<style>
 span { border-color: #45014E; }

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

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