#450153

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

Shades of Blackcurrant #450153

Tints of Blackcurrant #450153

Color information

#450153 (or 0x450153) is unknown color: approx Blackcurrant. HEX triplet: 45, 01 and 53. RGB value is (69,1,83). Sum of RGB (Red+Green+Blue) = 69+1+83=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #450153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450153 is #BAFEAC. Grayscale: #1E1E1E. Windows color (decimal): -12254893 or 5439813. OLE color: 5439813.

HSL color Cylindrical-coordinate representation of color #450153: hue angle of 289.76º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450153 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB69183-
CMYK0.170.9900.67
HSL289.76º97.62%16.47%-
HSV(B)289.76º98.8%32.55%-
XYZ4.031.918.34-
YUV30.68157.53155.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.10%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 83 (32.81% from 255) = 54.25%
R=45.10%
G=0.65%
B=54.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal691830.170.9900.67289.7697.6216.47
Hex4515311630431226210
Octal105112321143010344214220
Binary10001011101001110001110001101000011100100010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450153; }

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

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

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

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

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

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

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

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