#45004D

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

Shades of Blackcurrant #45004D

Tints of Blackcurrant #45004D

Color information

#45004D (or 0x45004D) is unknown color: approx Blackcurrant. HEX triplet: 45, 00 and 4D. RGB value is (69,0,77). Sum of RGB (Red+Green+Blue) = 69+0+77=146 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.26% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #45004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45004D is #BAFFB2. Grayscale: #1D1D1D. Windows color (decimal): -12255155 or 5046341. OLE color: 5046341.

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

Color convert

RGB69077-
CMYK0.10100.70
HSL293.77º100%15.1%-
HSV(B)293.77º100%30.2%-
XYZ3.791.87.17-
YUV29.41154.86156.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 77 (30.47% from 255) = 52.74%
R=47.26%
G=0%
B=52.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal690770.10100.70293.7710015.1
Hex4504DA6404612664f
Octal105011512144010644614417
Binary100010101001101101011001000100011010010011011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45004D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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