#430950

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

Shades of Blackcurrant #430950

Tints of Blackcurrant #430950

Color information

#430950 (or 0x430950) is unknown color: approx Blackcurrant. HEX triplet: 43, 09 and 50. RGB value is (67,9,80). Sum of RGB (Red+Green+Blue) = 67+9+80=156 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.95% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #430950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430950 is #BCF6AF. Grayscale: #222222. Windows color (decimal): -12383920 or 5245251. OLE color: 5245251.

HSL color Cylindrical-coordinate representation of color #430950: hue angle of 289.01º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #430950 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB67980-
CMYK0.160.8900.69
HSL289.01º79.78%17.45%-
HSV(B)289.01º88.75%31.37%-
XYZ3.861.977.77-
YUV34.44153.72151.23-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.95%
GREEN value IS 9 (3.91% from 255) = 5.77%
BLUE value IS 80 (31.64% from 255) = 51.28%
R=42.95%
G=5.77%
B=51.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal679800.160.8900.69289.0179.7817.45
Hex4395010590451215011
Octal1031112020131010544112021
Binary10000111001101000010000101100101000101100100001101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430950; }

 p { color: rgb(67,9,80); }

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

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

 a { background-color: rgb(67,9,80); }

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

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

 span { border-color: rgb(67,9,80); }

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