#450453

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

Shades of Blackcurrant #450453

Tints of Blackcurrant #450453

Color information

#450453 (or 0x450453) is unknown color: approx Blackcurrant. HEX triplet: 45, 04 and 53. RGB value is (69,4,83). Sum of RGB (Red+Green+Blue) = 69+4+83=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #450453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450453 is #BAFBAC. Grayscale: #202020. Windows color (decimal): -12254125 or 5440581. OLE color: 5440581.

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

Color convert

RGB69483-
CMYK0.170.9500.67
HSL289.37º90.8%17.06%-
HSV(B)289.37º95.18%32.55%-
XYZ4.061.988.35-
YUV32.44156.53154.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.23%
GREEN value IS 4 (1.95% from 255) = 2.56%
BLUE value IS 83 (32.81% from 255) = 53.21%
R=44.23%
G=2.56%
B=53.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal694830.170.9500.67289.3790.817.06
Hex45453115F0431215b11
Octal105412321137010344113321
Binary1000101100101001110001101111101000011100100001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450453; }

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

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

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

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

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

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

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

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