#45014D

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

Shades of Blackcurrant #45014D

Tints of Blackcurrant #45014D

Color information

#45014D (or 0x45014D) is unknown color: approx Blackcurrant. HEX triplet: 45, 01 and 4D. RGB value is (69,1,77). Sum of RGB (Red+Green+Blue) = 69+1+77=147 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.94% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #45014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45014D is #BAFEB2. Grayscale: #1D1D1D. Windows color (decimal): -12254899 or 5046597. OLE color: 5046597.

HSL color Cylindrical-coordinate representation of color #45014D: hue angle of 293.68º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #45014D is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB69177-
CMYK0.100.9900.70
HSL293.68º97.44%15.29%-
HSV(B)293.68º98.7%30.2%-
XYZ3.81.827.17-
YUV30154.53155.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.94%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 77 (30.47% from 255) = 52.38%
R=46.94%
G=0.68%
B=52.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal691770.100.9900.70293.6897.4415.29
Hex4514DA6304612661f
Octal105111512143010644614117
Binary100010111001101101011000110100011010010011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45014D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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