#45014C

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

Shades of Blackcurrant #45014C

Tints of Blackcurrant #45014C

Color information

#45014C (or 0x45014C) is unknown color: approx Blackcurrant. HEX triplet: 45, 01 and 4C. RGB value is (69,1,76). Sum of RGB (Red+Green+Blue) = 69+1+76=146 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.26% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #45014C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45014C is #BAFEB3. Grayscale: #1D1D1D. Windows color (decimal): -12254900 or 4981061. OLE color: 4981061.

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

Color convert

RGB69176-
CMYK0.090.9900.70
HSL294.4º97.4%15.1%-
HSV(B)294.4º98.68%29.8%-
XYZ3.771.816.99-
YUV29.88154.03155.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.26%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 76 (30.08% from 255) = 52.05%
R=47.26%
G=0.68%
B=52.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal691760.090.9900.70294.497.415.1
Hex4514C96304612661f
Octal105111411143010644614117
Binary100010111001100100111000110100011010010011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45014C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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