#460351

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

Shades of Blackcurrant #460351

Tints of Blackcurrant #460351

Color information

#460351 (or 0x460351) is unknown color: approx Blackcurrant. HEX triplet: 46, 03 and 51. RGB value is (70,3,81). Sum of RGB (Red+Green+Blue) = 70+3+81=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #460351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460351 is #B9FCAE. Grayscale: #1F1F1F. Windows color (decimal): -12188847 or 5309254. OLE color: 5309254.

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

Color convert

RGB70381-
CMYK0.140.9600.68
HSL291.54º92.86%16.47%-
HSV(B)291.54º96.3%31.76%-
XYZ4.041.967.95-
YUV31.92155.7155.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.45%
GREEN value IS 3 (1.56% from 255) = 1.95%
BLUE value IS 81 (32.03% from 255) = 52.60%
R=45.45%
G=1.95%
B=52.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal703810.140.9600.68291.5492.8616.47
Hex46351E600441245d10
Octal106312116140010444413520
Binary10001101110100011110110000001000100100100100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460351; }

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

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

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

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

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

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

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

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