#45004F

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

Shades of Blackcurrant #45004F

Tints of Blackcurrant #45004F

Color information

#45004F (or 0x45004F) is unknown color: approx Blackcurrant. HEX triplet: 45, 00 and 4F. RGB value is (69,0,79). Sum of RGB (Red+Green+Blue) = 69+0+79=148 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.62% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 79 (31.25% from 255 or 53.38% from 148); Max value from RGB is 79 - color contains mainly: blue. Hex color #45004F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45004F is #BAFFB0. Grayscale: #1D1D1D. Windows color (decimal): -12255153 or 5177413. OLE color: 5177413.

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

Color convert

RGB69079-
CMYK0.13100.69
HSL292.41º100%15.49%-
HSV(B)292.41º100%30.98%-
XYZ3.871.837.55-
YUV29.64155.86156.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 53.38%
R=46.62%
G=0%
B=53.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal690790.13100.69292.4110015.49
Hex4504FD6404512464f
Octal105011715144010544414417
Binary100010101001111110111001000100010110010010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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