#460353

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

Shades of Blackcurrant #460353

Tints of Blackcurrant #460353

Color information

#460353 (or 0x460353) is unknown color: approx Blackcurrant. HEX triplet: 46, 03 and 53. RGB value is (70,3,83). Sum of RGB (Red+Green+Blue) = 70+3+83=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 3 (1.56% from 255 or 1.92% 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 #460353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460353 is #B9FCAC. Grayscale: #1F1F1F. Windows color (decimal): -12188845 or 5440326. OLE color: 5440326.

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

Color convert

RGB70383-
CMYK0.160.9600.67
HSL290.25º93.02%16.86%-
HSV(B)290.25º96.39%32.55%-
XYZ4.121.998.35-
YUV32.15156.7155-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.87%
GREEN value IS 3 (1.56% from 255) = 1.92%
BLUE value IS 83 (32.81% from 255) = 53.21%
R=44.87%
G=1.92%
B=53.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal703830.160.9600.67290.2593.0216.86
Hex4635310600431225d11
Octal106312320140010344213521
Binary100011011101001110000110000001000011100100010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460353; }

 p { color: rgb(70,3,83); }

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

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

 a { background-color: rgb(70,3,83); }

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

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

 span { border-color: rgb(70,3,83); }

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