#450253

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

Shades of Blackcurrant #450253

Tints of Blackcurrant #450253

Color information

#450253 (or 0x450253) is unknown color: approx Blackcurrant. HEX triplet: 45, 02 and 53. RGB value is (69,2,83). Sum of RGB (Red+Green+Blue) = 69+2+83=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 83 (32.81% from 255 or 53.90% from 154); Max value from RGB is 83 - color contains mainly: blue. Hex color #450253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450253 is #BAFDAC. Grayscale: #1F1F1F. Windows color (decimal): -12254637 or 5440069. OLE color: 5440069.

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

Color convert

RGB69283-
CMYK0.170.9800.67
HSL289.63º95.29%16.67%-
HSV(B)289.63º97.59%32.55%-
XYZ4.041.938.34-
YUV31.27157.2154.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.81%
GREEN value IS 2 (1.17% from 255) = 1.30%
BLUE value IS 83 (32.81% from 255) = 53.90%
R=44.81%
G=1.30%
B=53.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal692830.170.9800.67289.6395.2916.67
Hex4525311620431225f11
Octal105212321142010344213721
Binary100010110101001110001110001001000011100100010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450253; }

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

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

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

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

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

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

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

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